#CFDBFF

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

Shades of Hawkes Blue #CFDBFF

Tints of Hawkes Blue #CFDBFF

Color information

#CFDBFF (or 0xCFDBFF) is unknown color: approx Hawkes Blue. HEX triplet: CF, DB and FF. RGB value is (207,219,255). Sum of RGB (Red+Green+Blue) = 207+219+255=681 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.40% from 681); Green value is 219 (85.94% from 255 or 32.16% from 681); Blue value is 255 (100% from 255 or 37.44% from 681); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFDBFF is #302400. Grayscale: #DBDBDB. Windows color (decimal): -3154945 or 16767951. OLE color: 16767951.

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

Color convert

RGB207219255-
CMYK0.190.1400
HSL225º100%90.59%-
HSV(B)225º18.82%100%-
XYZ69.1171.15104.7-
YUV219.52148.02119.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.40%
GREEN value IS 219 (85.94% from 255) = 32.16%
BLUE value IS 255 (100% from 255) = 37.44%
R=30.40%
G=32.16%
B=37.44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072192550.190.140022510090.59
HexCFDBFF13E00e1645b
Octal317333377231600341144133
Binary110011111101101111111111100111110001110000111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDBFF; }

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

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

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

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

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

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

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

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