Html Css Color HEX #9FEDBB Vista Blue

📋 copy color: '#9FEDBB'

red 159 ◦ green 237 ◦ blue 187

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

Shades of Vista Blue #9FEDBB

Tints of Vista Blue #9FEDBB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.65%

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 27.27%
G = 40.65%
B = 32.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#9FEDBB (or 0x9FEDBB) is known color: Vista Blue. HEX triplet: 9F, ED and BB. RGB value is (159,237,187). Sum of RGB (Red+Green+Blue) = 159+237+187=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 237 (92.97% from 255 or 40.65% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDBB is #601244. Grayscale: #D0D0D0. Windows color (decimal): -6296133 or 12316063. OLE color: 12316063.

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

Color convert

RGB 159 237 187 -
CMYK 0.33 0 0.21 0.07
HSL 141.54º 0.68% 0.78% -
HSV(B) 141.54º 0.33% 0.93% -
XYZ 53.55 71.53 58 -
YUV 207.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 159 237 187 0.33 0 0.21 0.07 141.54 0.68 0.78
Hex 9F ED BB 21 0 15 7 8E 44 4E
Octal 237 355 273 41 0 25 7 216 104 116
Binary 10011111 11101101 10111011 100001 0 10101 111 10001110 1000100 1001110

Color Harmonies of #9FEDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEDBB

Black with #9FEDBB

Text Example


Text Example

White with #9FEDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,237,187); }

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

background-color css

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

 a { background-color: rgb(159,237,187); }

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

border-color css

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

 span { border-color: rgb(159,237,187); }

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