#CFE2FF

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

Shades of Hawkes Blue #CFE2FF

Tints of Hawkes Blue #CFE2FF

Color information

#CFE2FF (or 0xCFE2FF) is unknown color: approx Hawkes Blue. HEX triplet: CF, E2 and FF. RGB value is (207,226,255). Sum of RGB (Red+Green+Blue) = 207+226+255=688 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.09% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE2FF is #301D00. Grayscale: #DFDFDF. Windows color (decimal): -3153153 or 16769743. OLE color: 16769743.

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

Color convert

RGB207226255-
CMYK0.190.1100
HSL216.25º100%90.59%-
HSV(B)216.25º18.82%100%-
XYZ70.9874.88105.32-
YUV223.62145.71116.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.09%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 37.06%
R=30.09%
G=32.85%
B=37.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072262550.190.1100216.2510090.59
HexCFE2FF13B00d8645b
Octal317342377231300330144133
Binary110011111110001011111111100111011001101100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE2FF; }

 p { color: rgb(207,226,255); }

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

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

 a { background-color: rgb(207,226,255); }

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

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

 span { border-color: rgb(207,226,255); }

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