#CFD8FC

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

Shades of Hawkes Blue #CFD8FC

Tints of Hawkes Blue #CFD8FC

Color information

#CFD8FC (or 0xCFD8FC) is unknown color: approx Hawkes Blue. HEX triplet: CF, D8 and FC. RGB value is (207,216,252). Sum of RGB (Red+Green+Blue) = 207+216+252=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFD8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8FC is #302703. Grayscale: #D9D9D9. Windows color (decimal): -3155716 or 16570575. OLE color: 16570575.

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

Color convert

RGB207216252-
CMYK0.180.1400.01
HSL228º88.24%90%-
HSV(B)228º17.86%98.82%-
XYZ67.8669.41101.92-
YUV217.41147.52120.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.67%
GREEN value IS 216 (84.77% from 255) = 32%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=30.67%
G=32%
B=37.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072162520.180.1400.0122888.2490
HexCFD8FC12E01e4585a
Octal317330374221601344130132
Binary110011111101100011111100100101110011110010010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8FC; }

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

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

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

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

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

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

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

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