#CBDDF1

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

Shades of Hawkes Blue #CBDDF1

Tints of Hawkes Blue #CBDDF1

Color information

#CBDDF1 (or 0xCBDDF1) is unknown color: approx Hawkes Blue. HEX triplet: CB, DD and F1. RGB value is (203,221,241). Sum of RGB (Red+Green+Blue) = 203+221+241=665 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.53% from 665); Green value is 221 (86.72% from 255 or 33.23% from 665); Blue value is 241 (94.53% from 255 or 36.24% from 665); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDF1 is #34220E. Grayscale: #D9D9D9. Windows color (decimal): -3416591 or 15850955. OLE color: 15850955.

HSL color Cylindrical-coordinate representation of color #CBDDF1: hue angle of 211.58º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBDDF1 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203221241-
CMYK0.160.0800.05
HSL211.58º57.58%87.06%-
HSV(B)211.58º15.77%94.51%-
XYZ66.3670.7693.38-
YUV217.9141.04117.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.53%
GREEN value IS 221 (86.72% from 255) = 33.23%
BLUE value IS 241 (94.53% from 255) = 36.24%
R=30.53%
G=33.23%
B=36.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032212410.160.0800.05211.5857.5887.06
HexCBDDF110805d43a57
Octal31333536120100532472127
Binary1100101111011101111100011000010000101110101001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDF1; }

 p { color: rgb(203,221,241); }

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

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

 a { background-color: rgb(203,221,241); }

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

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

 span { border-color: rgb(203,221,241); }

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