#9CCADB

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

Shades of Regent St Blue #9CCADB

Tints of Regent St Blue #9CCADB

Color information

#9CCADB (or 0x9CCADB) is unknown color: approx Regent St Blue. HEX triplet: 9C, CA and DB. RGB value is (156,202,219). Sum of RGB (Red+Green+Blue) = 156+202+219=577 (76% of max value = 765). Red value is 156 (61.33% from 255 or 27.04% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 219 (85.94% from 255 or 37.95% from 577); Max value from RGB is 219 - color contains mainly: blue. Hex color #9CCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CCADB is #633524. Grayscale: #BEBEBE. Windows color (decimal): -6501669 or 14404252. OLE color: 14404252.

HSL color Cylindrical-coordinate representation of color #9CCADB: hue angle of 196.19º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CCADB is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB156202219-
CMYK0.290.0800.14
HSL196.19º46.67%73.53%-
HSV(B)196.19º28.77%85.88%-
XYZ47.6254.4275.01-
YUV190.18144.26103.62-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.04%
GREEN value IS 202 (79.30% from 255) = 35.01%
BLUE value IS 219 (85.94% from 255) = 37.95%
R=27.04%
G=35.01%
B=37.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1562022190.290.0800.14196.1946.6773.53
Hex9CCADB1D80Ec42f4a
Octal234312333351001630457112
Binary10011100110010101101101111101100001110110001001011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,202,219); }

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

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

 a { background-color: rgb(156,202,219); }

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

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

 span { border-color: rgb(156,202,219); }

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