#CEE2FE

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

Shades of Hawkes Blue #CEE2FE

Tints of Hawkes Blue #CEE2FE

Color information

#CEE2FE (or 0xCEE2FE) is unknown color: approx Hawkes Blue. HEX triplet: CE, E2 and FE. RGB value is (206,226,254). Sum of RGB (Red+Green+Blue) = 206+226+254=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2FE is #311D01. Grayscale: #DFDFDF. Windows color (decimal): -3218690 or 16704206. OLE color: 16704206.

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

Color convert

RGB206226254-
CMYK0.190.1100.00
HSL215º96%90.2%-
HSV(B)215º18.9%99.61%-
XYZ70.5474.67104.46-
YUV223.21145.37115.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 226 (88.67% from 255) = 32.94%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=30.03%
G=32.94%
B=37.03%

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
Decimal2062262540.190.1100.002159690.2
HexCEE2FE13B00d7605a
Octal316342376231300327140132
Binary110011101110001011111110100111011001101011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE2FE; }

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

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

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

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

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

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

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

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