#CFE1FA

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

Shades of Hawkes Blue #CFE1FA

Tints of Hawkes Blue #CFE1FA

Color information

#CFE1FA (or 0xCFE1FA) is unknown color: approx Hawkes Blue. HEX triplet: CF, E1 and FA. RGB value is (207,225,250). Sum of RGB (Red+Green+Blue) = 207+225+250=682 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.35% from 682); Green value is 225 (88.28% from 255 or 32.99% from 682); Blue value is 250 (98.05% from 255 or 36.66% from 682); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFE1FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FA is #301E05. Grayscale: #DEDEDE. Windows color (decimal): -3153414 or 16441807. OLE color: 16441807.

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

Color convert

RGB207225250-
CMYK0.170.1000.02
HSL214.88º81.13%89.61%-
HSV(B)214.88º17.2%98.04%-
XYZ69.9174.02101.04-
YUV222.47143.54116.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.35%
GREEN value IS 225 (88.28% from 255) = 32.99%
BLUE value IS 250 (98.05% from 255) = 36.66%
R=30.35%
G=32.99%
B=36.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072252500.170.1000.02214.8881.1389.61
HexCFE1FA11A02d7515a
Octal317341372211202327121132
Binary1100111111100001111110101000110100101101011110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1FA; }

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

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

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

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

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

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

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

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