#CBDCF6

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

Shades of Hawkes Blue #CBDCF6

Tints of Hawkes Blue #CBDCF6

Color information

#CBDCF6 (or 0xCBDCF6) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and F6. RGB value is (203,220,246). Sum of RGB (Red+Green+Blue) = 203+220+246=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCF6 is #342309. Grayscale: #D9D9D9. Windows color (decimal): -3416842 or 16178379. OLE color: 16178379.

HSL color Cylindrical-coordinate representation of color #CBDCF6: hue angle of 216.28º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBDCF6 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203220246-
CMYK0.170.1100.04
HSL216.28º70.49%88.04%-
HSV(B)216.28º17.48%96.47%-
XYZ66.8670.5497.28-
YUV217.88143.87117.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.34%
GREEN value IS 220 (86.33% from 255) = 32.88%
BLUE value IS 246 (96.48% from 255) = 36.77%
R=30.34%
G=32.88%
B=36.77%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032202460.170.1100.04216.2870.4988.04
HexCBDCF611B04d84658
Octal313334366211304330106130
Binary11001011110111001111011010001101101001101100010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCF6; }

 p { color: rgb(203,220,246); }

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

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

 a { background-color: rgb(203,220,246); }

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

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

 span { border-color: rgb(203,220,246); }

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