Html Css Color HEX #9ABFC2 Jungle Mist

📋 copy color: '#9ABFC2'

red 154 ◦ green 191 ◦ blue 194

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

Shades of Jungle Mist #9ABFC2

Tints of Jungle Mist #9ABFC2

RGB

 RED value IS 154 (60.55% from 255) = 28.57%

 GREEN value IS 191 (75% from 255) = 35.44%

 BLUE value IS 194 (76.17% from 255) = 35.99%

R = 28.57%
G = 35.44%
B = 35.99%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9ABFC2 (or 0x9ABFC2) is known color: Jungle Mist. HEX triplet: 9A, BF and C2. RGB value is (154,191,194). Sum of RGB (Red+Green+Blue) = 154+191+194=539 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.57% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 194 (76.17% from 255 or 35.99% from 539); Max value from RGB is 194 - color contains mainly: blue. Hex color #9ABFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ABFC2 is #65403D. Grayscale: #B4B4B4. Windows color (decimal): -6635582 or 12763034. OLE color: 12763034.

HSL color Cylindrical-coordinate representation of color #9ABFC2: hue angle of 184.5º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9ABFC2 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 191 194 -
CMYK 0.21 0.02 0 0.24
HSL 184.5º 0.25% 0.68% -
HSV(B) 184.5º 0.21% 0.76% -
XYZ 41.69 48.03 58.11 -
YUV 180.28 135.74 109.26 -
System Red Green Blue C M Y K H S L
Decimal 154 191 194 0.21 0.02 0 0.24 184.5 0.25 0.68
Hex 9A BF C2 15 2 0 18 B8 19 44
Octal 232 277 302 25 2 0 30 270 31 104
Binary 10011010 10111111 11000010 10101 10 0 11000 10111000 11001 1000100

Color Harmonies of #9ABFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABFC2

Black with #9ABFC2

Text Example


Text Example

White with #9ABFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,191,194); }

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

background-color css

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

 a { background-color: rgb(154,191,194); }

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

border-color css

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

 span { border-color: rgb(154,191,194); }

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