#CBDCFF

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

Shades of Hawkes Blue #CBDCFF

Tints of Hawkes Blue #CBDCFF

Color information

#CBDCFF (or 0xCBDCFF) is unknown color: approx Hawkes Blue. HEX triplet: CB, DC and FF. RGB value is (203,220,255). Sum of RGB (Red+Green+Blue) = 203+220+255=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBDCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBDCFF is #342300. Grayscale: #DADADA. Windows color (decimal): -3416833 or 16768203. OLE color: 16768203.

HSL color Cylindrical-coordinate representation of color #CBDCFF: hue angle of 220.38º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBDCFF is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203220255-
CMYK0.200.1400
HSL220.38º100%89.8%-
HSV(B)220.38º20.39%100%-
XYZ68.2771.1104.73-
YUV218.91148.37116.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 220 (86.33% from 255) = 32.45%
BLUE value IS 255 (100% from 255) = 37.61%
R=29.94%
G=32.45%
B=37.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032202550.200.1400220.3810089.8
HexCBDCFF14E00dc645a
Octal313334377241600334144132
Binary110010111101110011111111101001110001101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDCFF; }

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

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

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

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

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

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

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

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