#CBDEF7

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

Shades of Hawkes Blue #CBDEF7

Tints of Hawkes Blue #CBDEF7

Color information

#CBDEF7 (or 0xCBDEF7) is unknown color: approx Hawkes Blue. HEX triplet: CB, DE and F7. RGB value is (203,222,247). Sum of RGB (Red+Green+Blue) = 203+222+247=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 222 (87.11% from 255 or 33.04% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #CBDEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDEF7 is #342108. Grayscale: #DBDBDB. Windows color (decimal): -3416329 or 16244427. OLE color: 16244427.

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

Color convert

RGB203222247-
CMYK0.180.1000.03
HSL214.09º73.33%88.24%-
HSV(B)214.09º17.81%96.86%-
XYZ67.5471.6598.27-
YUV219.17143.71116.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.21%
GREEN value IS 222 (87.11% from 255) = 33.04%
BLUE value IS 247 (96.88% from 255) = 36.76%
R=30.21%
G=33.04%
B=36.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2032222470.180.1000.03214.0973.3388.24
HexCBDEF712A03d64958
Octal313336367221203326111130
Binary1100101111011110111101111001010100111101011010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDEF7; }

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

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

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

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

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

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

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

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