#9CCDDA

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

Shades of Regent St Blue #9CCDDA

Tints of Regent St Blue #9CCDDA

Color information

#9CCDDA (or 0x9CCDDA) is unknown color: approx Regent St Blue. HEX triplet: 9C, CD and DA. RGB value is (156,205,218). Sum of RGB (Red+Green+Blue) = 156+205+218=579 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.94% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #9CCDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCDDA is #633225. Grayscale: #BFBFBF. Windows color (decimal): -6500902 or 14339484. OLE color: 14339484.

HSL color Cylindrical-coordinate representation of color #9CCDDA: hue angle of 192.58º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9CCDDA is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB156205218-
CMYK0.280.0600.15
HSL192.58º45.59%73.33%-
HSV(B)192.58º28.44%85.49%-
XYZ48.255.7974.56-
YUV191.83142.77102.44-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.94%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 218 (85.55% from 255) = 37.65%
R=26.94%
G=35.41%
B=37.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1562052180.280.0600.15192.5845.5973.33
Hex9CCDDA1C60Fc12e49
Octal23431533234601730156111
Binary1001110011001101110110101110011001111110000011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,205,218); }

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

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

 a { background-color: rgb(156,205,218); }

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

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

 span { border-color: rgb(156,205,218); }

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