#CBD9FF

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

Shades of Hawkes Blue #CBD9FF

Tints of Hawkes Blue #CBD9FF

Color information

#CBD9FF (or 0xCBD9FF) is unknown color: approx Hawkes Blue. HEX triplet: CB, D9 and FF. RGB value is (203,217,255). Sum of RGB (Red+Green+Blue) = 203+217+255=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 217 (85.16% from 255 or 32.15% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBD9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBD9FF is #342600. Grayscale: #D8D8D8. Windows color (decimal): -3417601 or 16767435. OLE color: 16767435.

HSL color Cylindrical-coordinate representation of color #CBD9FF: hue angle of 223.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBD9FF is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203217255-
CMYK0.200.1500
HSL223.85º100%89.8%-
HSV(B)223.85º20.39%100%-
XYZ67.4969.54104.47-
YUV217.15149.36117.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 217 (85.16% from 255) = 32.15%
BLUE value IS 255 (100% from 255) = 37.78%
R=30.07%
G=32.15%
B=37.78%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032172550.200.1500223.8510089.8
HexCBD9FF14F00e0645a
Octal313331377241700340144132
Binary110010111101100111111111101001111001110000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD9FF; }

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

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

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

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

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

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

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

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