#CFE3FF

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

Shades of Hawkes Blue #CFE3FF

Tints of Hawkes Blue #CFE3FF

Color information

#CFE3FF (or 0xCFE3FF) is unknown color: approx Hawkes Blue. HEX triplet: CF, E3 and FF. RGB value is (207,227,255). Sum of RGB (Red+Green+Blue) = 207+227+255=689 (91% of max value = 765). Red value is 207 (81.25% from 255 or 30.04% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFE3FF is #301C00. Grayscale: #E0E0E0. Windows color (decimal): -3152897 or 16769999. OLE color: 16769999.

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

Color convert

RGB207227255-
CMYK0.190.1100
HSL215º100%90.59%-
HSV(B)215º18.82%100%-
XYZ71.2575.42105.41-
YUV224.21145.37115.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.04%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 255 (100% from 255) = 37.01%
R=30.04%
G=32.95%
B=37.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072272550.190.110021510090.59
HexCFE3FF13B00d7645b
Octal317343377231300327144133
Binary110011111110001111111111100111011001101011111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE3FF; }

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

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

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

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

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

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

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

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