#CBE0FE

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

Shades of Hawkes Blue #CBE0FE

Tints of Hawkes Blue #CBE0FE

Color information

#CBE0FE (or 0xCBE0FE) is unknown color: approx Hawkes Blue. HEX triplet: CB, E0 and FE. RGB value is (203,224,254). Sum of RGB (Red+Green+Blue) = 203+224+254=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 224 (87.89% from 255 or 32.89% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBE0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE0FE is #341F01. Grayscale: #DDDDDD. Windows color (decimal): -3415810 or 16703691. OLE color: 16703691.

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

Color convert

RGB203224254-
CMYK0.200.1200.00
HSL215.29º96.23%89.61%-
HSV(B)215.29º20.08%99.61%-
XYZ69.1773.16104.24-
YUV221.14146.54115.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 224 (87.89% from 255) = 32.89%
BLUE value IS 254 (99.61% from 255) = 37.30%
R=29.81%
G=32.89%
B=37.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032242540.200.1200.00215.2996.2389.61
HexCBE0FE14C00d7605a
Octal313340376241400327140132
Binary110010111110000011111110101001100001101011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE0FE; }

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

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

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

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

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

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

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

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