#CEE3FE

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

Shades of Hawkes Blue #CEE3FE

Tints of Hawkes Blue #CEE3FE

Color information

#CEE3FE (or 0xCEE3FE) is unknown color: approx Hawkes Blue. HEX triplet: CE, E3 and FE. RGB value is (206,227,254). Sum of RGB (Red+Green+Blue) = 206+227+254=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 227 (89.06% from 255 or 33.04% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE3FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3FE is #311C01. Grayscale: #DFDFDF. Windows color (decimal): -3218434 or 16704462. OLE color: 16704462.

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

Color convert

RGB206227254-
CMYK0.190.1100.00
HSL213.75º96%90.2%-
HSV(B)213.75º18.9%99.61%-
XYZ70.8175.22104.55-
YUV223.8145.04115.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.99%
GREEN value IS 227 (89.06% from 255) = 33.04%
BLUE value IS 254 (99.61% from 255) = 36.97%
R=29.99%
G=33.04%
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.00
SystemRedGreenBlueCMYKHSL
Decimal2062272540.190.1100.00213.759690.2
HexCEE3FE13B00d6605a
Octal316343376231300326140132
Binary110011101110001111111110100111011001101011011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3FE; }

 p { color: rgb(206,227,254); }

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

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

 a { background-color: rgb(206,227,254); }

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

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

 span { border-color: rgb(206,227,254); }

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