Html Css Color HEX #9DCADB Regent St Blue

📋 copy color: '#9DCADB'

red 157 ◦ green 202 ◦ blue 219

#9DCADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Regent St Blue #9DCADB

Tints of Regent St Blue #9DCADB

RGB

 RED value IS 157 (61.72% from 255) = 27.16%

 GREEN value IS 202 (79.3% from 255) = 34.95%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 27.16%
G = 34.95%
B = 37.89%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9DCADB (or 0x9DCADB) is known color: Regent St Blue. HEX triplet: 9D, CA and DB. RGB value is (157,202,219). Sum of RGB (Red+Green+Blue) = 157+202+219=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #9DCADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCADB is #623524. Grayscale: #BEBEBE. Windows color (decimal): -6436133 or 14404253. OLE color: 14404253.

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

Color convert

RGB 157 202 219 -
CMYK 0.28 0.08 0 0.14
HSL 196.45º 0.46% 0.74% -
HSV(B) 196.45º 0.28% 0.86% -
XYZ 47.81 54.52 75.02 -
YUV 190.48 144.09 104.12 -
System Red Green Blue C M Y K H S L
Decimal 157 202 219 0.28 0.08 0 0.14 196.45 0.46 0.74
Hex 9D CA DB 1C 8 0 E C4 2E 4A
Octal 235 312 333 34 10 0 16 304 56 112
Binary 10011101 11001010 11011011 11100 1000 0 1110 11000100 101110 1001010

Color Harmonies of #9DCADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCADB

Black with #9DCADB

Text Example


Text Example

White with #9DCADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9DCADB;
 }
 .AnyTagClassName
 {
   color: #9DCADB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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