#CFDBFB

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

Shades of Hawkes Blue #CFDBFB

Tints of Hawkes Blue #CFDBFB

Color information

#CFDBFB (or 0xCFDBFB) is unknown color: approx Hawkes Blue. HEX triplet: CF, DB and FB. RGB value is (207,219,251). Sum of RGB (Red+Green+Blue) = 207+219+251=677 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.58% from 677); Green value is 219 (85.94% from 255 or 32.35% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFB is #302404. Grayscale: #DADADA. Windows color (decimal): -3154949 or 16505807. OLE color: 16505807.

HSL color Cylindrical-coordinate representation of color #CFDBFB: hue angle of 223.64º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDBFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB207219251-
CMYK0.180.1300.02
HSL223.64º84.62%89.8%-
HSV(B)223.64º17.53%98.43%-
XYZ68.4870.89101.34-
YUV219.06146.02119.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.58%
GREEN value IS 219 (85.94% from 255) = 32.35%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=30.58%
G=32.35%
B=37.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072192510.180.1300.02223.6484.6289.8
HexCFDBFB12D02e0555a
Octal317333373221502340125132
Binary1100111111011011111110111001011010101110000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBFB; }

 p { color: rgb(207,219,251); }

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

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

 a { background-color: rgb(207,219,251); }

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

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

 span { border-color: rgb(207,219,251); }

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