#CEE1FA

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

Shades of Hawkes Blue #CEE1FA

Tints of Hawkes Blue #CEE1FA

Color information

#CEE1FA (or 0xCEE1FA) is unknown color: approx Hawkes Blue. HEX triplet: CE, E1 and FA. RGB value is (206,225,250). Sum of RGB (Red+Green+Blue) = 206+225+250=681 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.25% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 250 (98.05% from 255 or 36.71% from 681); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1FA is #311E05. Grayscale: #DEDEDE. Windows color (decimal): -3218950 or 16441806. OLE color: 16441806.

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

Color convert

RGB206225250-
CMYK0.180.1000.02
HSL214.09º81.48%89.41%-
HSV(B)214.09º17.6%98.04%-
XYZ69.6373.87101.03-
YUV222.17143.71116.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.25%
GREEN value IS 225 (88.28% from 255) = 33.04%
BLUE value IS 250 (98.05% from 255) = 36.71%
R=30.25%
G=33.04%
B=36.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062252500.180.1000.02214.0981.4889.41
HexCEE1FA12A02d65159
Octal316341372221202326121131
Binary1100111011100001111110101001010100101101011010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE1FA; }

 p { color: rgb(206,225,250); }

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

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

 a { background-color: rgb(206,225,250); }

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

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

 span { border-color: rgb(206,225,250); }

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