Html Css Color HEX #9BFCDD Magic Mint

📋 copy color: '#9BFCDD'

red 155 ◦ green 252 ◦ blue 221

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

Shades of Magic Mint #9BFCDD

Tints of Magic Mint #9BFCDD

RGB

 RED value IS 155 (60.94% from 255) = 24.68%

 GREEN value IS 252 (98.83% from 255) = 40.13%

 BLUE value IS 221 (86.72% from 255) = 35.19%

R = 24.68%
G = 40.13%
B = 35.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#9BFCDD (or 0x9BFCDD) is known color: Magic Mint. HEX triplet: 9B, FC and DD. RGB value is (155,252,221). Sum of RGB (Red+Green+Blue) = 155+252+221=628 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.68% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCDD is #640322. Grayscale: #DBDBDB. Windows color (decimal): -6554403 or 14548123. OLE color: 14548123.

HSL color Cylindrical-coordinate representation of color #9BFCDD: hue angle of 160.82º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCDD is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 252 221 -
CMYK 0.38 0 0.12 0.01
HSL 160.82º 0.94% 0.8% -
HSV(B) 160.82º 0.38% 0.99% -
XYZ 61.38 81.81 80.96 -
YUV 219.46 128.86 82.02 -
System Red Green Blue C M Y K H S L
Decimal 155 252 221 0.38 0 0.12 0.01 160.82 0.94 0.8
Hex 9B FC DD 26 0 C 1 A1 5E 50
Octal 233 374 335 46 0 14 1 241 136 120
Binary 10011011 11111100 11011101 100110 0 1100 1 10100001 1011110 1010000

Color Harmonies of #9BFCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFCDD

Black with #9BFCDD

Text Example


Text Example

White with #9BFCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,252,221); }

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

background-color css

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

 a { background-color: rgb(155,252,221); }

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

border-color css

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

 span { border-color: rgb(155,252,221); }

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