Html Css Color HEX #9DDBBB Vista Blue

📋 copy color: '#9DDBBB'

red 157 ◦ green 219 ◦ blue 187

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

Shades of Vista Blue #9DDBBB

Tints of Vista Blue #9DDBBB

RGB

 RED value IS 157 (61.72% from 255) = 27.89%

 GREEN value IS 219 (85.94% from 255) = 38.9%

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

R = 27.89%
G = 38.9%
B = 33.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#9DDBBB (or 0x9DDBBB) is known color: Vista Blue. HEX triplet: 9D, DB and BB. RGB value is (157,219,187). Sum of RGB (Red+Green+Blue) = 157+219+187=563 (74% of max value = 765). Red value is 157 (61.72% from 255 or 27.89% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDBBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDBBB is #622444. Grayscale: #C4C4C4. Windows color (decimal): -6431813 or 12311453. OLE color: 12311453.

HSL color Cylindrical-coordinate representation of color #9DDBBB: hue angle of 149.03º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DDBBB is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 187 -
CMYK 0.28 0 0.15 0.14
HSL 149.03º 0.46% 0.74% -
HSV(B) 149.03º 0.28% 0.86% -
XYZ 48.21 61.42 56.33 -
YUV 196.81 122.46 99.6 -
System Red Green Blue C M Y K H S L
Decimal 157 219 187 0.28 0 0.15 0.14 149.03 0.46 0.74
Hex 9D DB BB 1C 0 F E 95 2E 4A
Octal 235 333 273 34 0 17 16 225 56 112
Binary 10011101 11011011 10111011 11100 0 1111 1110 10010101 101110 1001010

Color Harmonies of #9DDBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDBBB

Black with #9DDBBB

Text Example


Text Example

White with #9DDBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,187); }

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

background-color css

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

 a { background-color: rgb(157,219,187); }

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

border-color css

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

 span { border-color: rgb(157,219,187); }

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