Html Css Color HEX #CADBF2 Hawkes Blue

📋 copy color: '#CADBF2'

red 202 ◦ green 219 ◦ blue 242

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

Shades of Hawkes Blue #CADBF2

Tints of Hawkes Blue #CADBF2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.03%

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

R = 30.47%
G = 33.03%
B = 36.5%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CADBF2 (or 0xCADBF2) is known color: Hawkes Blue. HEX triplet: CA, DB and F2. RGB value is (202,219,242). Sum of RGB (Red+Green+Blue) = 202+219+242=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #CADBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF2 is #35240D. Grayscale: #D8D8D8. Windows color (decimal): -3482638 or 15915978. OLE color: 15915978.

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

Color convert

RGB 202 219 242 -
CMYK 0.17 0.10 0 0.05
HSL 214.5º 0.61% 0.87% -
HSV(B) 214.5º 0.17% 0.95% -
XYZ 65.72 69.63 93.98 -
YUV 216.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 202 219 242 0.17 0.10 0 0.05 214.5 0.61 0.87
Hex CA DB F2 11 A 0 5 D6 3D 57
Octal 312 333 362 21 12 0 5 326 75 127
Binary 11001010 11011011 11110010 10001 1010 0 101 11010110 111101 1010111

Color Harmonies of #CADBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADBF2

Black with #CADBF2

Text Example


Text Example

White with #CADBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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