#CFD8FE

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

Shades of Hawkes Blue #CFD8FE

Tints of Hawkes Blue #CFD8FE

Color information

#CFD8FE (or 0xCFD8FE) is unknown color: approx Hawkes Blue. HEX triplet: CF, D8 and FE. RGB value is (207,216,254). Sum of RGB (Red+Green+Blue) = 207+216+254=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 216 (84.77% from 255 or 31.91% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD8FE is #302701. Grayscale: #D9D9D9. Windows color (decimal): -3155714 or 16701647. OLE color: 16701647.

HSL color Cylindrical-coordinate representation of color #CFD8FE: hue angle of 228.51º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFD8FE is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB207216254-
CMYK0.190.1500.00
HSL228.51º95.92%90.39%-
HSV(B)228.51º18.5%99.61%-
XYZ68.1869.53103.59-
YUV217.64148.52120.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 216 (84.77% from 255) = 31.91%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=30.58%
G=31.91%
B=37.52%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072162540.190.1500.00228.5195.9290.39
HexCFD8FE13F00e5605a
Octal317330376231700345140132
Binary110011111101100011111110100111111001110010111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD8FE; }

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

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

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

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

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

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

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

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