#CBE1FD

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

Shades of Hawkes Blue #CBE1FD

Tints of Hawkes Blue #CBE1FD

Color information

#CBE1FD (or 0xCBE1FD) is unknown color: approx Hawkes Blue. HEX triplet: CB, E1 and FD. RGB value is (203,225,253). Sum of RGB (Red+Green+Blue) = 203+225+253=681 (90% of max value = 765). Red value is 203 (79.69% from 255 or 29.81% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBE1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBE1FD is #341E02. Grayscale: #DDDDDD. Windows color (decimal): -3415555 or 16638411. OLE color: 16638411.

HSL color Cylindrical-coordinate representation of color #CBE1FD: hue angle of 213.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBE1FD is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203225253-
CMYK0.200.1100.01
HSL213.6º92.59%89.41%-
HSV(B)213.6º19.76%99.22%-
XYZ69.2873.64103.49-
YUV221.61145.71114.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.81%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 253 (99.22% from 255) = 37.15%
R=29.81%
G=33.04%
B=37.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032252530.200.1100.01213.692.5989.41
HexCBE1FD14B01d65d59
Octal313341375241301326135131
Binary110010111110000111111101101001011011101011010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE1FD; }

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

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

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

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

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

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

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

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