#CFDAFA

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

Shades of Hawkes Blue #CFDAFA

Tints of Hawkes Blue #CFDAFA

Color information

#CFDAFA (or 0xCFDAFA) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and FA. RGB value is (207,218,250). Sum of RGB (Red+Green+Blue) = 207+218+250=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 250 (98.05% from 255 or 37.04% from 675); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFDAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFA is #302505. Grayscale: #DADADA. Windows color (decimal): -3155206 or 16440015. OLE color: 16440015.

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

Color convert

RGB207218250-
CMYK0.170.1300.02
HSL224.65º81.13%89.61%-
HSV(B)224.65º17.2%98.04%-
XYZ68.0670.31100.43-
YUV218.36145.86119.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 218 (85.55% from 255) = 32.30%
BLUE value IS 250 (98.05% from 255) = 37.04%
R=30.67%
G=32.30%
B=37.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072182500.170.1300.02224.6581.1389.61
HexCFDAFA11D02e1515a
Octal317332372211502341121132
Binary1100111111011010111110101000111010101110000110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAFA; }

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

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

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

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

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

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

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

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