Html Css Color HEX #9BECCF Magic Mint

📋 copy color: '#9BECCF'

red 155 ◦ green 236 ◦ blue 207

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

Shades of Magic Mint #9BECCF

Tints of Magic Mint #9BECCF

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.46%

 BLUE value IS 207 (81.25% from 255) = 34.62%

R = 25.92%
G = 39.46%
B = 34.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#9BECCF (or 0x9BECCF) is known color: Magic Mint. HEX triplet: 9B, EC and CF. RGB value is (155,236,207). Sum of RGB (Red+Green+Blue) = 155+236+207=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 236 (92.58% from 255 or 39.46% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 236 - color contains mainly: green. Hex color #9BECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BECCF is #641330. Grayscale: #D0D0D0. Windows color (decimal): -6558513 or 13626523. OLE color: 13626523.

HSL color Cylindrical-coordinate representation of color #9BECCF: hue angle of 158.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BECCF is Cyan = 0.34, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 236 207 -
CMYK 0.34 0 0.12 0.07
HSL 158.52º 0.68% 0.77% -
HSV(B) 158.52º 0.34% 0.93% -
XYZ 54.78 71.46 69.94 -
YUV 208.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 155 236 207 0.34 0 0.12 0.07 158.52 0.68 0.77
Hex 9B EC CF 22 0 C 7 9F 44 4D
Octal 233 354 317 42 0 14 7 237 104 115
Binary 10011011 11101100 11001111 100010 0 1100 111 10011111 1000100 1001101

Color Harmonies of #9BECCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BECCF

Black with #9BECCF

Text Example


Text Example

White with #9BECCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,236,207); }

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

background-color css

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

 a { background-color: rgb(155,236,207); }

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

border-color css

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

 span { border-color: rgb(155,236,207); }

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