#CFDAFC

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

Shades of Hawkes Blue #CFDAFC

Tints of Hawkes Blue #CFDAFC

Color information

#CFDAFC (or 0xCFDAFC) is unknown color: approx Hawkes Blue. HEX triplet: CF, DA and FC. RGB value is (207,218,252). Sum of RGB (Red+Green+Blue) = 207+218+252=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDAFC is #302503. Grayscale: #DADADA. Windows color (decimal): -3155204 or 16571087. OLE color: 16571087.

HSL color Cylindrical-coordinate representation of color #CFDAFC: hue angle of 225.33º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDAFC is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB207218252-
CMYK0.180.1300.01
HSL225.33º88.24%90%-
HSV(B)225.33º17.86%98.82%-
XYZ68.3770.44102.09-
YUV218.59146.86119.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=30.58%
G=32.20%
B=37.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072182520.180.1300.01225.3388.2490
HexCFDAFC12D01e1585a
Octal317332374221501341130132
Binary110011111101101011111100100101101011110000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDAFC; }

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

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

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

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

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

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

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

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