Html Css Color HEX #CBDAEC Hawkes Blue

📋 copy color: '#CBDAEC'

red 203 ◦ green 218 ◦ blue 236

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

Shades of Hawkes Blue #CBDAEC

Tints of Hawkes Blue #CBDAEC

RGB

 RED value IS 203 (79.69% from 255) = 30.9%

 GREEN value IS 218 (85.55% from 255) = 33.18%

 BLUE value IS 236 (92.58% from 255) = 35.92%

R = 30.9%
G = 33.18%
B = 35.92%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBDAEC (or 0xCBDAEC) is known color: Hawkes Blue. HEX triplet: CB, DA and EC. RGB value is (203,218,236). Sum of RGB (Red+Green+Blue) = 203+218+236=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBDAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAEC is #342513. Grayscale: #D7D7D7. Windows color (decimal): -3417364 or 15522507. OLE color: 15522507.

HSL color Cylindrical-coordinate representation of color #CBDAEC: hue angle of 212.73º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBDAEC is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 218 236 -
CMYK 0.14 0.08 0 0.07
HSL 212.73º 0.46% 0.86% -
HSV(B) 212.73º 0.14% 0.93% -
XYZ 64.84 68.9 89.24 -
YUV 215.57 139.53 119.04 -
System Red Green Blue C M Y K H S L
Decimal 203 218 236 0.14 0.08 0 0.07 212.73 0.46 0.86
Hex CB DA EC E 8 0 7 D5 2E 56
Octal 313 332 354 16 10 0 7 325 56 126
Binary 11001011 11011010 11101100 1110 1000 0 111 11010101 101110 1010110

Color Harmonies of #CBDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAEC

Black with #CBDAEC

Text Example


Text Example

White with #CBDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAEC; }

 p { color: rgb(203,218,236); }

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

background-color css

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

 a { background-color: rgb(203,218,236); }

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

border-color css

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

 span { border-color: rgb(203,218,236); }

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