Html Css Color HEX #CAD6F2 Hawkes Blue

📋 copy color: '#CAD6F2'

red 202 ◦ green 214 ◦ blue 242

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

Shades of Hawkes Blue #CAD6F2

Tints of Hawkes Blue #CAD6F2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.52%

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

R = 30.7%
G = 32.52%
B = 36.78%

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

#CAD6F2 (or 0xCAD6F2) is known color: Hawkes Blue. HEX triplet: CA, D6 and F2. RGB value is (202,214,242). Sum of RGB (Red+Green+Blue) = 202+214+242=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 242 (94.92% from 255 or 36.78% from 658); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD6F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD6F2 is #35290D. Grayscale: #D5D5D5. Windows color (decimal): -3483918 or 15914698. OLE color: 15914698.

HSL color Cylindrical-coordinate representation of color #CAD6F2: hue angle of 222º 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 #CAD6F2 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 214 242 -
CMYK 0.17 0.12 0 0.05
HSL 222º 0.61% 0.87% -
HSV(B) 222º 0.17% 0.95% -
XYZ 64.43 67.06 93.55 -
YUV 213.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 202 214 242 0.17 0.12 0 0.05 222 0.61 0.87
Hex CA D6 F2 11 C 0 5 DE 3D 57
Octal 312 326 362 21 14 0 5 336 75 127
Binary 11001010 11010110 11110010 10001 1100 0 101 11011110 111101 1010111

Color Harmonies of #CAD6F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD6F2

Black with #CAD6F2

Text Example


Text Example

White with #CAD6F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD6F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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