#9CCBDE

Color #9CCBDE Regent St Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Regent St Blue #9CCBDE

Tints of Regent St Blue #9CCBDE

Color information

#9CCBDE (or 0x9CCBDE) is unknown color: approx Regent St Blue. HEX triplet: 9C, CB and DE. RGB value is (156,203,222). Sum of RGB (Red+Green+Blue) = 156+203+222=581 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.85% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #9CCBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCBDE is #633421. Grayscale: #BEBEBE. Windows color (decimal): -6501410 or 14601116. OLE color: 14601116.

HSL color Cylindrical-coordinate representation of color #9CCBDE: hue angle of 197.27º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9CCBDE is Cyan = 0.30, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB156203222-
CMYK0.300.0900.13
HSL197.27º50%74.12%-
HSV(B)197.27º29.73%87.06%-
XYZ48.2555.0577.19-
YUV191.11145.43102.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.85%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 222 (87.11% from 255) = 38.21%
R=26.85%
G=34.94%
B=38.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1562032220.300.0900.13197.275074.12
Hex9CCBDE1E90Dc5324a
Octal234313336361101530562112
Binary10011100110010111101111011110100101101110001011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CCBDE; }

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

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

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

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

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

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

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

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