Html Css Color HEX #9DC1CA Regent St Blue

📋 copy color: '#9DC1CA'

red 157 ◦ green 193 ◦ blue 202

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

Shades of Regent St Blue #9DC1CA

Tints of Regent St Blue #9DC1CA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.96%

 BLUE value IS 202 (79.3% from 255) = 36.59%

R = 28.44%
G = 34.96%
B = 36.59%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DC1CA (or 0x9DC1CA) is known color: Regent St Blue. HEX triplet: 9D, C1 and CA. RGB value is (157,193,202). Sum of RGB (Red+Green+Blue) = 157+193+202=552 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.44% from 552); Green value is 193 (75.78% from 255 or 34.96% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DC1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DC1CA is #623E35. Grayscale: #B7B7B7. Windows color (decimal): -6438454 or 13287837. OLE color: 13287837.

HSL color Cylindrical-coordinate representation of color #9DC1CA: hue angle of 192º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DC1CA is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 193 202 -
CMYK 0.22 0.04 0 0.21
HSL 192º 0.3% 0.7% -
HSV(B) 192º 0.22% 0.79% -
XYZ 43.64 49.57 63.15 -
YUV 183.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 157 193 202 0.22 0.04 0 0.21 192 0.3 0.7
Hex 9D C1 CA 16 4 0 15 C0 1E 46
Octal 235 301 312 26 4 0 25 300 36 106
Binary 10011101 11000001 11001010 10110 100 0 10101 11000000 11110 1000110

Color Harmonies of #9DC1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC1CA

Black with #9DC1CA

Text Example


Text Example

White with #9DC1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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