Html Css Color HEX #CBDAEA Hawkes Blue

📋 copy color: '#CBDAEA'

red 203 ◦ green 218 ◦ blue 234

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

Shades of Hawkes Blue #CBDAEA

Tints of Hawkes Blue #CBDAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 30.99%
G = 33.28%
B = 35.73%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CBDAEA (or 0xCBDAEA) is known color: Hawkes Blue. HEX triplet: CB, DA and EA. RGB value is (203,218,234). Sum of RGB (Red+Green+Blue) = 203+218+234=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 218 (85.55% from 255 or 33.28% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBDAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAEA is #342515. Grayscale: #D7D7D7. Windows color (decimal): -3417366 or 15391435. OLE color: 15391435.

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

Color convert

RGB 203 218 234 -
CMYK 0.13 0.07 0 0.08
HSL 210.97º 0.42% 0.86% -
HSV(B) 210.97º 0.13% 0.92% -
XYZ 64.55 68.78 87.72 -
YUV 215.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 203 218 234 0.13 0.07 0 0.08 210.97 0.42 0.86
Hex CB DA EA D 7 0 8 D3 2A 56
Octal 313 332 352 15 7 0 10 323 52 126
Binary 11001011 11011010 11101010 1101 111 0 1000 11010011 101010 1010110

Color Harmonies of #CBDAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAEA

Black with #CBDAEA

Text Example


Text Example

White with #CBDAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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