#CBE2FF

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

Shades of Hawkes Blue #CBE2FF

Tints of Hawkes Blue #CBE2FF

Color information

#CBE2FF (or 0xCBE2FF) is unknown color: approx Hawkes Blue. HEX triplet: CB, E2 and FF. RGB value is (203,226,255). Sum of RGB (Red+Green+Blue) = 203+226+255=684 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.68% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE2FF is #341D00. Grayscale: #DEDEDE. Windows color (decimal): -3415297 or 16769739. OLE color: 16769739.

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

Color convert

RGB203226255-
CMYK0.200.1100
HSL213.46º100%89.8%-
HSV(B)213.46º20.39%100%-
XYZ69.8774.31105.27-
YUV222.43146.38114.14-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.68%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 255 (100% from 255) = 37.28%
R=29.68%
G=33.04%
B=37.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032262550.200.1100213.4610089.8
HexCBE2FF14B00d5645a
Octal313342377241300325144132
Binary110010111110001011111111101001011001101010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE2FF; }

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

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

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

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

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

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

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

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