Html Css Color HEX #CAD4F2 Hawkes Blue

📋 copy color: '#CAD4F2'

red 202 ◦ green 212 ◦ blue 242

#CAD4F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CAD4F2

Tints of Hawkes Blue #CAD4F2

RGB

 RED value IS 202 (79.3% from 255) = 30.79%

 GREEN value IS 212 (83.2% from 255) = 32.32%

 BLUE value IS 242 (94.92% from 255) = 36.89%

R = 30.79%
G = 32.32%
B = 36.89%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAD4F2 (or 0xCAD4F2) is known color: Hawkes Blue. HEX triplet: CA, D4 and F2. RGB value is (202,212,242). Sum of RGB (Red+Green+Blue) = 202+212+242=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 212 (83.20% from 255 or 32.32% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD4F2 is #352B0D. Grayscale: #D4D4D4. Windows color (decimal): -3484430 or 15914186. OLE color: 15914186.

HSL color Cylindrical-coordinate representation of color #CAD4F2: hue angle of 225º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAD4F2 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 212 242 -
CMYK 0.17 0.12 0 0.05
HSL 225º 0.61% 0.87% -
HSV(B) 225º 0.17% 0.95% -
XYZ 63.93 66.05 93.38 -
YUV 212.43 144.69 120.56 -
System Red Green Blue C M Y K H S L
Decimal 202 212 242 0.17 0.12 0 0.05 225 0.61 0.87
Hex CA D4 F2 11 C 0 5 E1 3D 57
Octal 312 324 362 21 14 0 5 341 75 127
Binary 11001010 11010100 11110010 10001 1100 0 101 11100001 111101 1010111

Color Harmonies of #CAD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD4F2

Black with #CAD4F2

Text Example


Text Example

White with #CAD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD4F2; }

 p { color: rgb(202,212,242); }

 H1.HeaderClassName
 {
   color: #CAD4F2;
 }
 .AnyTagClassName
 {
   color: #CAD4F2;
 }
</style>

background-color css

<style>
 a { background-color: #CAD4F2; }

 a { background-color: rgb(202,212,242); }

 div.DivClassName
 {
   background-color: #CAD4F2;
 }
 .BgClassName
 {
   background-color: #CAD4F2;
 }
</style>

border-color css

<style>
 span { border-color: #CAD4F2; }

 span { border-color: rgb(202,212,242); }

 td.TdClassName
 {
   border-color: #CAD4F2;
 }
 .TagClassName
 {
   border-color: #CAD4F2;
 }
</style>