#CFE0FF

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

Shades of Hawkes Blue #CFE0FF

Tints of Hawkes Blue #CFE0FF

Color information

#CFE0FF (or 0xCFE0FF) is unknown color: approx Hawkes Blue. HEX triplet: CF, E0 and FF. RGB value is (207,224,255). Sum of RGB (Red+Green+Blue) = 207+224+255=686 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.17% from 686); Green value is 224 (87.89% from 255 or 32.65% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE0FF is #301F00. Grayscale: #DEDEDE. Windows color (decimal): -3153665 or 16769231. OLE color: 16769231.

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

Color convert

RGB207224255-
CMYK0.190.1200
HSL218.75º100%90.59%-
HSV(B)218.75º18.82%100%-
XYZ70.4473.8105.14-
YUV222.45146.37116.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.17%
GREEN value IS 224 (87.89% from 255) = 32.65%
BLUE value IS 255 (100% from 255) = 37.17%
R=30.17%
G=32.65%
B=37.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072242550.190.1200218.7510090.59
HexCFE0FF13C00db645b
Octal317340377231400333144133
Binary110011111110000011111111100111100001101101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE0FF; }

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

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

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

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

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

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

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

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