#CBE1FF

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

Shades of Hawkes Blue #CBE1FF

Tints of Hawkes Blue #CBE1FF

Color information

#CBE1FF (or 0xCBE1FF) is unknown color: approx Hawkes Blue. HEX triplet: CB, E1 and FF. RGB value is (203,225,255). Sum of RGB (Red+Green+Blue) = 203+225+255=683 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.72% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FF is #341E00. Grayscale: #DDDDDD. Windows color (decimal): -3415553 or 16769483. OLE color: 16769483.

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

Color convert

RGB203225255-
CMYK0.200.1200
HSL214.62º100%89.8%-
HSV(B)214.62º20.39%100%-
XYZ69.673.77105.18-
YUV221.84146.71114.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.72%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 255 (100% from 255) = 37.34%
R=29.72%
G=32.94%
B=37.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032252550.200.1200214.6210089.8
HexCBE1FF14C00d7645a
Octal313341377241400327144132
Binary110010111110000111111111101001100001101011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1FF; }

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

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

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

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

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

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

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

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