Html Css Color HEX #9DD2DA Regent St Blue

📋 copy color: '#9DD2DA'

red 157 ◦ green 210 ◦ blue 218

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

Shades of Regent St Blue #9DD2DA

Tints of Regent St Blue #9DD2DA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 26.84%
G = 35.9%
B = 37.26%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9DD2DA (or 0x9DD2DA) is known color: Regent St Blue. HEX triplet: 9D, D2 and DA. RGB value is (157,210,218). Sum of RGB (Red+Green+Blue) = 157+210+218=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 218 - color contains mainly: blue. Hex color #9DD2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DD2DA is #622D25. Grayscale: #C2C2C2. Windows color (decimal): -6434086 or 14340765. OLE color: 14340765.

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

Color convert

RGB 157 210 218 -
CMYK 0.28 0.04 0 0.15
HSL 187.87º 0.45% 0.74% -
HSV(B) 187.87º 0.28% 0.85% -
XYZ 49.61 58.32 74.97 -
YUV 195.07 140.94 100.85 -
System Red Green Blue C M Y K H S L
Decimal 157 210 218 0.28 0.04 0 0.15 187.87 0.45 0.74
Hex 9D D2 DA 1C 4 0 F BC 2D 4A
Octal 235 322 332 34 4 0 17 274 55 112
Binary 10011101 11010010 11011010 11100 100 0 1111 10111100 101101 1001010

Color Harmonies of #9DD2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD2DA

Black with #9DD2DA

Text Example


Text Example

White with #9DD2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,210,218); }

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

background-color css

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

 a { background-color: rgb(157,210,218); }

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

border-color css

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

 span { border-color: rgb(157,210,218); }

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