Html Css Color HEX #90EFBF Vista Blue

📋 copy color: '#90EFBF'

red 144 ◦ green 239 ◦ blue 191

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

Shades of Vista Blue #90EFBF

Tints of Vista Blue #90EFBF

RGB

 RED value IS 144 (56.64% from 255) = 25.09%

 GREEN value IS 239 (93.75% from 255) = 41.64%

 BLUE value IS 191 (75% from 255) = 33.28%

R = 25.09%
G = 41.64%
B = 33.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#90EFBF (or 0x90EFBF) is known color: Vista Blue. HEX triplet: 90, EF and BF. RGB value is (144,239,191). Sum of RGB (Red+Green+Blue) = 144+239+191=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 239 (93.75% from 255 or 41.64% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBF is #6F1040. Grayscale: #CDCDCD. Windows color (decimal): -7278657 or 12578704. OLE color: 12578704.

HSL color Cylindrical-coordinate representation of color #90EFBF: hue angle of 149.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFBF is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 239 191 -
CMYK 0.40 0 0.20 0.06
HSL 149.68º 0.75% 0.75% -
HSV(B) 149.68º 0.4% 0.94% -
XYZ 51.77 71.42 60.35 -
YUV 205.12 120.03 84.4 -
System Red Green Blue C M Y K H S L
Decimal 144 239 191 0.40 0 0.20 0.06 149.68 0.75 0.75
Hex 90 EF BF 28 0 14 6 96 4B 4B
Octal 220 357 277 50 0 24 6 226 113 113
Binary 10010000 11101111 10111111 101000 0 10100 110 10010110 1001011 1001011

Color Harmonies of #90EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90EFBF

Black with #90EFBF

Text Example


Text Example

White with #90EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90EFBF; }

 p { color: rgb(144,239,191); }

 H1.HeaderClassName
 {
   color: #90EFBF;
 }
 .AnyTagClassName
 {
   color: #90EFBF;
 }
</style>

background-color css

<style>
 a { background-color: #90EFBF; }

 a { background-color: rgb(144,239,191); }

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

border-color css

<style>
 span { border-color: #90EFBF; }

 span { border-color: rgb(144,239,191); }

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