#CFDEFF

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

Shades of Hawkes Blue #CFDEFF

Tints of Hawkes Blue #CFDEFF

Color information

#CFDEFF (or 0xCFDEFF) is unknown color: approx Hawkes Blue. HEX triplet: CF, DE and FF. RGB value is (207,222,255). Sum of RGB (Red+Green+Blue) = 207+222+255=684 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.26% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFF is #302100. Grayscale: #DDDDDD. Windows color (decimal): -3154177 or 16768719. OLE color: 16768719.

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

Color convert

RGB207222255-
CMYK0.190.1300
HSL221.25º100%90.59%-
HSV(B)221.25º18.82%100%-
XYZ69.972.73104.96-
YUV221.28147.03117.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.26%
GREEN value IS 222 (87.11% from 255) = 32.46%
BLUE value IS 255 (100% from 255) = 37.28%
R=30.26%
G=32.46%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072222550.190.1300221.2510090.59
HexCFDEFF13D00dd645b
Octal317336377231500335144133
Binary110011111101111011111111100111101001101110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEFF; }

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

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

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

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

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

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

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

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