Html Css Color HEX #CAD2F2 Hawkes Blue

📋 copy color: '#CAD2F2'

red 202 ◦ green 210 ◦ blue 242

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

Shades of Hawkes Blue #CAD2F2

Tints of Hawkes Blue #CAD2F2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.11%

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

R = 30.89%
G = 32.11%
B = 37%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAD2F2 (or 0xCAD2F2) is known color: Hawkes Blue. HEX triplet: CA, D2 and F2. RGB value is (202,210,242). Sum of RGB (Red+Green+Blue) = 202+210+242=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 210 (82.42% from 255 or 32.11% from 654); Blue value is 242 (94.92% from 255 or 37.00% from 654); Max value from RGB is 242 - color contains mainly: blue. Hex color #CAD2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2F2 is #352D0D. Grayscale: #D3D3D3. Windows color (decimal): -3484942 or 15913674. OLE color: 15913674.

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

Color convert

RGB 202 210 242 -
CMYK 0.17 0.13 0 0.05
HSL 228º 0.61% 0.87% -
HSV(B) 228º 0.17% 0.95% -
XYZ 63.43 65.06 93.22 -
YUV 211.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 202 210 242 0.17 0.13 0 0.05 228 0.61 0.87
Hex CA D2 F2 11 D 0 5 E4 3D 57
Octal 312 322 362 21 15 0 5 344 75 127
Binary 11001010 11010010 11110010 10001 1101 0 101 11100100 111101 1010111

Color Harmonies of #CAD2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD2F2

Black with #CAD2F2

Text Example


Text Example

White with #CAD2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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