Html Css Color HEX #CADBF5 Hawkes Blue

📋 copy color: '#CADBF5'

red 202 ◦ green 219 ◦ blue 245

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

Shades of Hawkes Blue #CADBF5

Tints of Hawkes Blue #CADBF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 30.33%
G = 32.88%
B = 36.79%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CADBF5 (or 0xCADBF5) is known color: Hawkes Blue. HEX triplet: CA, DB and F5. RGB value is (202,219,245). Sum of RGB (Red+Green+Blue) = 202+219+245=666 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.33% from 666); Green value is 219 (85.94% from 255 or 32.88% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #CADBF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CADBF5 is #35240A. Grayscale: #D8D8D8. Windows color (decimal): -3482635 or 16112586. OLE color: 16112586.

HSL color Cylindrical-coordinate representation of color #CADBF5: hue angle of 216.28º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CADBF5 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 219 245 -
CMYK 0.18 0.11 0 0.04
HSL 216.28º 0.68% 0.88% -
HSV(B) 216.28º 0.18% 0.96% -
XYZ 66.17 69.81 96.37 -
YUV 216.88 143.87 117.39 -
System Red Green Blue C M Y K H S L
Decimal 202 219 245 0.18 0.11 0 0.04 216.28 0.68 0.88
Hex CA DB F5 12 B 0 4 D8 44 58
Octal 312 333 365 22 13 0 4 330 104 130
Binary 11001010 11011011 11110101 10010 1011 0 100 11011000 1000100 1011000

Color Harmonies of #CADBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADBF5

Black with #CADBF5

Text Example


Text Example

White with #CADBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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