#CBD9EE

Color #CBD9EE Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #CBD9EE

Tints of Hawkes Blue #CBD9EE

Color information

#CBD9EE (or 0xCBD9EE) is unknown color: approx Hawkes Blue. HEX triplet: CB, D9 and EE. RGB value is (203,217,238). Sum of RGB (Red+Green+Blue) = 203+217+238=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBD9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9EE is #342611. Grayscale: #D7D7D7. Windows color (decimal): -3417618 or 15653323. OLE color: 15653323.

HSL color Cylindrical-coordinate representation of color #CBD9EE: hue angle of 216º 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 #CBD9EE is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203217238-
CMYK0.150.0900.07
HSL216º50.72%86.47%-
HSV(B)216º14.71%93.33%-
XYZ64.8768.590.69-
YUV215.21140.86119.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.85%
GREEN value IS 217 (85.16% from 255) = 32.98%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=30.85%
G=32.98%
B=36.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032172380.150.0900.0721650.7286.47
HexCBD9EEF907d83356
Octal31333135617110733063126
Binary110010111101100111101110111110010111110110001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9EE; }

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

 H1.HeaderClassName
 {
   color: #CBD9EE;
 }
 .AnyTagClassName
 {
   color: #CBD9EE;
 }
</style>
background-color css

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

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

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

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

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

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