#CBE1FE

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

Shades of Hawkes Blue #CBE1FE

Tints of Hawkes Blue #CBE1FE

Color information

#CBE1FE (or 0xCBE1FE) is unknown color: approx Hawkes Blue. HEX triplet: CB, E1 and FE. RGB value is (203,225,254). Sum of RGB (Red+Green+Blue) = 203+225+254=682 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.77% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FE is #341E01. Grayscale: #DDDDDD. Windows color (decimal): -3415554 or 16703947. OLE color: 16703947.

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

Color convert

RGB203225254-
CMYK0.200.1100.00
HSL214.12º96.23%89.61%-
HSV(B)214.12º20.08%99.61%-
XYZ69.4473.7104.33-
YUV221.73146.21114.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.77%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 254 (99.61% from 255) = 37.24%
R=29.77%
G=32.99%
B=37.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032252540.200.1100.00214.1296.2389.61
HexCBE1FE14B00d6605a
Octal313341376241300326140132
Binary110010111110000111111110101001011001101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1FE; }

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

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

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

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

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

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

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

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