#CFD9FD

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

Shades of Hawkes Blue #CFD9FD

Tints of Hawkes Blue #CFD9FD

Color information

#CFD9FD (or 0xCFD9FD) is unknown color: approx Hawkes Blue. HEX triplet: CF, D9 and FD. RGB value is (207,217,253). Sum of RGB (Red+Green+Blue) = 207+217+253=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 217 (85.16% from 255 or 32.05% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFD9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFD9FD is #302602. Grayscale: #D9D9D9. Windows color (decimal): -3155459 or 16636367. OLE color: 16636367.

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

Color convert

RGB207217253-
CMYK0.180.1400.01
HSL226.96º92%90.2%-
HSV(B)226.96º18.18%99.22%-
XYZ68.2769.98102.84-
YUV218.11147.69120.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 217 (85.16% from 255) = 32.05%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=30.58%
G=32.05%
B=37.37%

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
Decimal2072172530.180.1400.01226.969290.2
HexCFD9FD12E01e35c5a
Octal317331375221601343134132
Binary110011111101100111111101100101110011110001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFD9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFD9FD; }

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

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

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

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

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

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

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

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