Html Css Color HEX #CBDAEE Hawkes Blue

📋 copy color: '#CBDAEE'

red 203 ◦ green 218 ◦ blue 238

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

Shades of Hawkes Blue #CBDAEE

Tints of Hawkes Blue #CBDAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 30.8%
G = 33.08%
B = 36.12%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CBDAEE (or 0xCBDAEE) is known color: Hawkes Blue. HEX triplet: CB, DA and EE. RGB value is (203,218,238). Sum of RGB (Red+Green+Blue) = 203+218+238=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBDAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDAEE is #342511. Grayscale: #D7D7D7. Windows color (decimal): -3417362 or 15653579. OLE color: 15653579.

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

Color convert

RGB 203 218 238 -
CMYK 0.15 0.08 0 0.07
HSL 214.29º 0.51% 0.86% -
HSV(B) 214.29º 0.15% 0.93% -
XYZ 65.13 69.01 90.78 -
YUV 215.8 140.53 118.87 -
System Red Green Blue C M Y K H S L
Decimal 203 218 238 0.15 0.08 0 0.07 214.29 0.51 0.86
Hex CB DA EE F 8 0 7 D6 33 56
Octal 313 332 356 17 10 0 7 326 63 126
Binary 11001011 11011010 11101110 1111 1000 0 111 11010110 110011 1010110

Color Harmonies of #CBDAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDAEE

Black with #CBDAEE

Text Example


Text Example

White with #CBDAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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