Html Css Color HEX #9FE1D3 Scandal

📋 copy color: '#9FE1D3'

red 159 ◦ green 225 ◦ blue 211

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

Shades of Scandal #9FE1D3

Tints of Scandal #9FE1D3

RGB

 RED value IS 159 (62.5% from 255) = 26.72%

 GREEN value IS 225 (88.28% from 255) = 37.82%

 BLUE value IS 211 (82.81% from 255) = 35.46%

R = 26.72%
G = 37.82%
B = 35.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#9FE1D3 (or 0x9FE1D3) is known color: Scandal. HEX triplet: 9F, E1 and D3. RGB value is (159,225,211). Sum of RGB (Red+Green+Blue) = 159+225+211=595 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.72% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 211 (82.81% from 255 or 35.46% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #9FE1D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE1D3 is #601E2C. Grayscale: #CBCBCB. Windows color (decimal): -6299181 or 13885855. OLE color: 13885855.

HSL color Cylindrical-coordinate representation of color #9FE1D3: hue angle of 167.27º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE1D3 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 159 225 211 -
CMYK 0.29 0 0.06 0.12
HSL 167.27º 0.52% 0.75% -
HSV(B) 167.27º 0.29% 0.88% -
XYZ 52.98 65.92 71.56 -
YUV 203.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 159 225 211 0.29 0 0.06 0.12 167.27 0.52 0.75
Hex 9F E1 D3 1D 0 6 C A7 34 4B
Octal 237 341 323 35 0 6 14 247 64 113
Binary 10011111 11100001 11010011 11101 0 110 1100 10100111 110100 1001011

Color Harmonies of #9FE1D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE1D3

Black with #9FE1D3

Text Example


Text Example

White with #9FE1D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,225,211); }

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

background-color css

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

 a { background-color: rgb(159,225,211); }

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

border-color css

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

 span { border-color: rgb(159,225,211); }

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