#CFDEFA

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

Shades of Hawkes Blue #CFDEFA

Tints of Hawkes Blue #CFDEFA

Color information

#CFDEFA (or 0xCFDEFA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DE and FA. RGB value is (207,222,250). Sum of RGB (Red+Green+Blue) = 207+222+250=679 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.49% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDEFA is #302105. Grayscale: #DCDCDC. Windows color (decimal): -3154182 or 16441039. OLE color: 16441039.

HSL color Cylindrical-coordinate representation of color #CFDEFA: hue angle of 219.07º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDEFA is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207222250-
CMYK0.170.1100.02
HSL219.07º81.13%89.61%-
HSV(B)219.07º17.2%98.04%-
XYZ69.1172.41100.78-
YUV220.71144.53118.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.49%
GREEN value IS 222 (87.11% from 255) = 32.70%
BLUE value IS 250 (98.05% from 255) = 36.82%
R=30.49%
G=32.70%
B=36.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072222500.170.1100.02219.0781.1389.61
HexCFDEFA11B02db515a
Octal317336372211302333121132
Binary1100111111011110111110101000110110101101101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDEFA; }

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

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

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

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

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

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

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

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