Html Css Color HEX #CAD9F9 Hawkes Blue

📋 copy color: '#CAD9F9'

red 202 ◦ green 217 ◦ blue 249

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

Shades of Hawkes Blue #CAD9F9

Tints of Hawkes Blue #CAD9F9

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.49%

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 30.24%
G = 32.49%
B = 37.28%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAD9F9 (or 0xCAD9F9) is known color: Hawkes Blue. HEX triplet: CA, D9 and F9. RGB value is (202,217,249). Sum of RGB (Red+Green+Blue) = 202+217+249=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 217 (85.16% from 255 or 32.49% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD9F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD9F9 is #352606. Grayscale: #D8D8D8. Windows color (decimal): -3483143 or 16374218. OLE color: 16374218.

HSL color Cylindrical-coordinate representation of color #CAD9F9: hue angle of 220.85º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD9F9 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 217 249 -
CMYK 0.19 0.13 0 0.02
HSL 220.85º 0.8% 0.88% -
HSV(B) 220.85º 0.19% 0.98% -
XYZ 66.27 69.02 99.45 -
YUV 216.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 202 217 249 0.19 0.13 0 0.02 220.85 0.8 0.88
Hex CA D9 F9 13 D 0 2 DD 50 58
Octal 312 331 371 23 15 0 2 335 120 130
Binary 11001010 11011001 11111001 10011 1101 0 10 11011101 1010000 1011000

Color Harmonies of #CAD9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD9F9

Black with #CAD9F9

Text Example


Text Example

White with #CAD9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD9F9; }

 p { color: rgb(202,217,249); }

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

background-color css

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

 a { background-color: rgb(202,217,249); }

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

border-color css

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

 span { border-color: rgb(202,217,249); }

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