#CBDCF5

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

Shades of Hawkes Blue #CBDCF5

Tints of Hawkes Blue #CBDCF5

Color information

#CBDCF5 (or 0xCBDCF5) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and F5. RGB value is (203,220,245). Sum of RGB (Red+Green+Blue) = 203+220+245=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 245 (96.09% from 255 or 36.68% from 668); Max value from RGB is 245 - color contains mainly: blue. Hex color #CBDCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCF5 is #34230A. Grayscale: #D9D9D9. Windows color (decimal): -3416843 or 16112843. OLE color: 16112843.

HSL color Cylindrical-coordinate representation of color #CBDCF5: hue angle of 215.71º degrees, saturation: 0.68, 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 #CBDCF5 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203220245-
CMYK0.170.1000.04
HSL215.71º67.74%87.84%-
HSV(B)215.71º17.14%96.08%-
XYZ66.770.4896.47-
YUV217.77143.37117.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.39%
GREEN value IS 220 (86.33% from 255) = 32.93%
BLUE value IS 245 (96.09% from 255) = 36.68%
R=30.39%
G=32.93%
B=36.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032202450.170.1000.04215.7167.7487.84
HexCBDCF511A04d84458
Octal313334365211204330104130
Binary11001011110111001111010110001101001001101100010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCF5; }

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

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

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

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

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

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

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

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