Html Css Color HEX #CADCF2 Hawkes Blue

📋 copy color: '#CADCF2'

red 202 ◦ green 220 ◦ blue 242

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

Shades of Hawkes Blue #CADCF2

Tints of Hawkes Blue #CADCF2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.13%

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

R = 30.42%
G = 33.13%
B = 36.45%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CADCF2 (or 0xCADCF2) is known color: Hawkes Blue. HEX triplet: CA, DC and F2. RGB value is (202,220,242). Sum of RGB (Red+Green+Blue) = 202+220+242=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #CADCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADCF2 is #35230D. Grayscale: #D9D9D9. Windows color (decimal): -3482382 or 15916234. OLE color: 15916234.

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

Color convert

RGB 202 220 242 -
CMYK 0.17 0.09 0 0.05
HSL 213º 0.61% 0.87% -
HSV(B) 213º 0.17% 0.95% -
XYZ 65.98 70.15 94.07 -
YUV 217.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 202 220 242 0.17 0.09 0 0.05 213 0.61 0.87
Hex CA DC F2 11 9 0 5 D5 3D 57
Octal 312 334 362 21 11 0 5 325 75 127
Binary 11001010 11011100 11110010 10001 1001 0 101 11010101 111101 1010111

Color Harmonies of #CADCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADCF2

Black with #CADCF2

Text Example


Text Example

White with #CADCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADCF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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