#CBE0FF

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

Shades of Hawkes Blue #CBE0FF

Tints of Hawkes Blue #CBE0FF

Color information

#CBE0FF (or 0xCBE0FF) is unknown color: approx Hawkes Blue. HEX triplet: CB, E0 and FF. RGB value is (203,224,255). Sum of RGB (Red+Green+Blue) = 203+224+255=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0FF is #341F00. Grayscale: #DDDDDD. Windows color (decimal): -3415809 or 16769227. OLE color: 16769227.

HSL color Cylindrical-coordinate representation of color #CBE0FF: hue angle of 215.77º 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 #CBE0FF is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203224255-
CMYK0.200.1200
HSL215.77º100%89.8%-
HSV(B)215.77º20.39%100%-
XYZ69.3373.23105.09-
YUV221.26147.04114.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 224 (87.89% from 255) = 32.84%
BLUE value IS 255 (100% from 255) = 37.39%
R=29.77%
G=32.84%
B=37.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032242550.200.1200215.7710089.8
HexCBE0FF14C00d8645a
Octal313340377241400330144132
Binary110010111110000011111111101001100001101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0FF; }

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

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

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

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

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

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

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

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