Html Css Color HEX #9BFDE2 Magic Mint

📋 copy color: '#9BFDE2'

red 155 ◦ green 253 ◦ blue 226

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

Shades of Magic Mint #9BFDE2

Tints of Magic Mint #9BFDE2

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.91%

 BLUE value IS 226 (88.67% from 255) = 35.65%

R = 24.45%
G = 39.91%
B = 35.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#9BFDE2 (or 0x9BFDE2) is known color: Magic Mint. HEX triplet: 9B, FD and E2. RGB value is (155,253,226). Sum of RGB (Red+Green+Blue) = 155+253+226=634 (83% of max value = 765). Red value is 155 (60.94% from 255 or 24.45% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDE2 is #64021D. Grayscale: #DCDCDC. Windows color (decimal): -6554142 or 14876059. OLE color: 14876059.

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

Color convert

RGB 155 253 226 -
CMYK 0.39 0 0.11 0.01
HSL 163.47º 0.96% 0.8% -
HSV(B) 163.47º 0.39% 0.99% -
XYZ 62.37 82.71 84.63 -
YUV 220.62 131.03 81.2 -
System Red Green Blue C M Y K H S L
Decimal 155 253 226 0.39 0 0.11 0.01 163.47 0.96 0.8
Hex 9B FD E2 27 0 B 1 A3 60 50
Octal 233 375 342 47 0 13 1 243 140 120
Binary 10011011 11111101 11100010 100111 0 1011 1 10100011 1100000 1010000

Color Harmonies of #9BFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFDE2

Black with #9BFDE2

Text Example


Text Example

White with #9BFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,253,226); }

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

background-color css

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

 a { background-color: rgb(155,253,226); }

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

border-color css

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

 span { border-color: rgb(155,253,226); }

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