#CFD8FD

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

Shades of Hawkes Blue #CFD8FD

Tints of Hawkes Blue #CFD8FD

Color information

#CFD8FD (or 0xCFD8FD) is unknown color: approx Hawkes Blue. HEX triplet: CF, D8 and FD. RGB value is (207,216,253). Sum of RGB (Red+Green+Blue) = 207+216+253=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8FD is #302702. Grayscale: #D9D9D9. Windows color (decimal): -3155715 or 16636111. OLE color: 16636111.

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

Color convert

RGB207216253-
CMYK0.180.1500.01
HSL228.26º92%90.2%-
HSV(B)228.26º18.18%99.22%-
XYZ68.0269.47102.75-
YUV217.53148.02120.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.62%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=30.62%
G=31.95%
B=37.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072162530.180.1500.01228.269290.2
HexCFD8FD12F01e45c5a
Octal317330375221701344134132
Binary110011111101100011111101100101111011110010010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8FD; }

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

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

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

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

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

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

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

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