#CFD7FA

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

Shades of Hawkes Blue #CFD7FA

Tints of Hawkes Blue #CFD7FA

Color information

#CFD7FA (or 0xCFD7FA) is unknown color: approx Hawkes Blue. HEX triplet: CF, D7 and FA. RGB value is (207,215,250). Sum of RGB (Red+Green+Blue) = 207+215+250=672 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.80% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 250 (98.05% from 255 or 37.20% from 672); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFD7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD7FA is #302805. Grayscale: #D8D8D8. Windows color (decimal): -3155974 or 16439247. OLE color: 16439247.

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

Color convert

RGB207215250-
CMYK0.170.1400.02
HSL228.84º81.13%89.61%-
HSV(B)228.84º17.2%98.04%-
XYZ67.2968.77100.17-
YUV216.6146.85121.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.80%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 250 (98.05% from 255) = 37.20%
R=30.80%
G=31.99%
B=37.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072152500.170.1400.02228.8481.1389.61
HexCFD7FA11E02e5515a
Octal317327372211602345121132
Binary1100111111010111111110101000111100101110010110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD7FA; }

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

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

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

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

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

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

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

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