Html Css Color HEX #9ED2DA Regent St Blue

📋 copy color: '#9ED2DA'

red 158 ◦ green 210 ◦ blue 218

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

Shades of Regent St Blue #9ED2DA

Tints of Regent St Blue #9ED2DA

RGB

 RED value IS 158 (62.11% from 255) = 26.96%

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

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

R = 26.96%
G = 35.84%
B = 37.2%

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

#9ED2DA (or 0x9ED2DA) is known color: Regent St Blue. HEX triplet: 9E, D2 and DA. RGB value is (158,210,218). Sum of RGB (Red+Green+Blue) = 158+210+218=586 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.96% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #9ED2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED2DA is #612D25. Grayscale: #C3C3C3. Windows color (decimal): -6368550 or 14340766. OLE color: 14340766.

HSL color Cylindrical-coordinate representation of color #9ED2DA: hue angle of 188º 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 #9ED2DA is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 210 218 -
CMYK 0.28 0.04 0 0.15
HSL 188º 0.45% 0.74% -
HSV(B) 188º 0.28% 0.85% -
XYZ 49.8 58.42 74.98 -
YUV 195.36 140.77 101.35 -
System Red Green Blue C M Y K H S L
Decimal 158 210 218 0.28 0.04 0 0.15 188 0.45 0.74
Hex 9E D2 DA 1C 4 0 F BC 2D 4A
Octal 236 322 332 34 4 0 17 274 55 112
Binary 10011110 11010010 11011010 11100 100 0 1111 10111100 101101 1001010

Color Harmonies of #9ED2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED2DA

Black with #9ED2DA

Text Example


Text Example

White with #9ED2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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