#CBDDF7

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

Shades of Hawkes Blue #CBDDF7

Tints of Hawkes Blue #CBDDF7

Color information

#CBDDF7 (or 0xCBDDF7) is unknown color: approx Hawkes Blue. HEX triplet: CB, DD and F7. RGB value is (203,221,247). Sum of RGB (Red+Green+Blue) = 203+221+247=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 247 (96.88% from 255 or 36.81% from 671); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDDF7 is #342208. Grayscale: #DADADA. Windows color (decimal): -3416585 or 16244171. OLE color: 16244171.

HSL color Cylindrical-coordinate representation of color #CBDDF7: hue angle of 215.45º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBDDF7 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203221247-
CMYK0.180.1100.03
HSL215.45º73.33%88.24%-
HSV(B)215.45º17.81%96.86%-
XYZ67.2771.1298.18-
YUV218.58144.04116.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.25%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 247 (96.88% from 255) = 36.81%
R=30.25%
G=32.94%
B=36.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032212470.180.1100.03215.4573.3388.24
HexCBDDF712B03d74958
Octal313335367221303327111130
Binary1100101111011101111101111001010110111101011110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDDF7; }

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

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

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

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

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

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

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

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