Html Css Color HEX #9ED3C4 Opal

📋 copy color: '#9ED3C4'

red 158 ◦ green 211 ◦ blue 196

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

Shades of Opal #9ED3C4

Tints of Opal #9ED3C4

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 196 (76.95% from 255) = 34.69%

R = 27.96%
G = 37.35%
B = 34.69%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.17

RGB Variations

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

Color information

#9ED3C4 (or 0x9ED3C4) is known color: Opal. HEX triplet: 9E, D3 and C4. RGB value is (158,211,196). Sum of RGB (Red+Green+Blue) = 158+211+196=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 196 (76.95% from 255 or 34.69% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ED3C4 is #612C3B. Grayscale: #C1C1C1. Windows color (decimal): -6368316 or 12899230. OLE color: 12899230.

HSL color Cylindrical-coordinate representation of color #9ED3C4: hue angle of 163.02º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ED3C4 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 196 -
CMYK 0.25 0 0.07 0.17
HSL 163.02º 0.38% 0.72% -
HSV(B) 163.02º 0.25% 0.83% -
XYZ 47.36 57.84 60.89 -
YUV 193.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 158 211 196 0.25 0 0.07 0.17 163.02 0.38 0.72
Hex 9E D3 C4 19 0 7 11 A3 26 48
Octal 236 323 304 31 0 7 21 243 46 110
Binary 10011110 11010011 11000100 11001 0 111 10001 10100011 100110 1001000

Color Harmonies of #9ED3C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED3C4

Black with #9ED3C4

Text Example


Text Example

White with #9ED3C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,211,196); }

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

background-color css

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

 a { background-color: rgb(158,211,196); }

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

border-color css

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

 span { border-color: rgb(158,211,196); }

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