#CCE0FB

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

Shades of Hawkes Blue #CCE0FB

Tints of Hawkes Blue #CCE0FB

Color information

#CCE0FB (or 0xCCE0FB) is unknown color: approx Hawkes Blue. HEX triplet: CC, E0 and FB. RGB value is (204,224,251). Sum of RGB (Red+Green+Blue) = 204+224+251=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCE0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0FB is #331F04. Grayscale: #DCDCDC. Windows color (decimal): -3350277 or 16507084. OLE color: 16507084.

HSL color Cylindrical-coordinate representation of color #CCE0FB: hue angle of 214.47º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE0FB is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204224251-
CMYK0.190.1100.02
HSL214.47º85.45%89.22%-
HSV(B)214.47º18.73%98.43%-
XYZ68.9773.11101.74-
YUV221.1144.87115.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.04%
GREEN value IS 224 (87.89% from 255) = 32.99%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=30.04%
G=32.99%
B=36.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042242510.190.1100.02214.4785.4589.22
HexCCE0FB13B02d65559
Octal314340373231302326125131
Binary1100110011100000111110111001110110101101011010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCE0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCE0FB; }

 p { color: rgb(204,224,251); }

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

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

 a { background-color: rgb(204,224,251); }

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

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

 span { border-color: rgb(204,224,251); }

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