Html Css Color HEX #CBDBED Hawkes Blue

📋 copy color: '#CBDBED'

red 203 ◦ green 219 ◦ blue 237

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

Shades of Hawkes Blue #CBDBED

Tints of Hawkes Blue #CBDBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 30.8%
G = 33.23%
B = 35.96%

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

#CBDBED (or 0xCBDBED) is known color: Hawkes Blue. HEX triplet: CB, DB and ED. RGB value is (203,219,237). Sum of RGB (Red+Green+Blue) = 203+219+237=659 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.80% from 659); Green value is 219 (85.94% from 255 or 33.23% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBDBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDBED is #342412. Grayscale: #D8D8D8. Windows color (decimal): -3417107 or 15588299. OLE color: 15588299.

HSL color Cylindrical-coordinate representation of color #CBDBED: hue angle of 211.76º degrees, saturation: 0.49, 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 #CBDBED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 219 237 -
CMYK 0.14 0.08 0 0.07
HSL 211.76º 0.49% 0.86% -
HSV(B) 211.76º 0.14% 0.93% -
XYZ 65.25 69.47 90.09 -
YUV 216.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 203 219 237 0.14 0.08 0 0.07 211.76 0.49 0.86
Hex CB DB ED E 8 0 7 D4 31 56
Octal 313 333 355 16 10 0 7 324 61 126
Binary 11001011 11011011 11101101 1110 1000 0 111 11010100 110001 1010110

Color Harmonies of #CBDBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBDBED

Black with #CBDBED

Text Example


Text Example

White with #CBDBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBDBED; }

 p { color: rgb(203,219,237); }

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

background-color css

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

 a { background-color: rgb(203,219,237); }

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

border-color css

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

 span { border-color: rgb(203,219,237); }

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