#CFE1FE

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

Shades of Hawkes Blue #CFE1FE

Tints of Hawkes Blue #CFE1FE

Color information

#CFE1FE (or 0xCFE1FE) is unknown color: approx Hawkes Blue. HEX triplet: CF, E1 and FE. RGB value is (207,225,254). Sum of RGB (Red+Green+Blue) = 207+225+254=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 225 (88.28% from 255 or 32.80% 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 #CFE1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE1FE is #301E01. Grayscale: #DEDEDE. Windows color (decimal): -3153410 or 16703951. OLE color: 16703951.

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

Color convert

RGB207225254-
CMYK0.190.1100.00
HSL217.02º95.92%90.39%-
HSV(B)217.02º18.5%99.61%-
XYZ70.5574.27104.38-
YUV222.92145.54116.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 225 (88.28% from 255) = 32.80%
BLUE value IS 254 (99.61% from 255) = 37.03%
R=30.17%
G=32.80%
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
Decimal2072252540.190.1100.00217.0295.9290.39
HexCFE1FE13B00d9605a
Octal317341376231300331140132
Binary110011111110000111111110100111011001101100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1FE; }

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

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

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

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

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

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

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

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