Html Css Color HEX #99B7D8 Echo Blue

📋 copy color: '#99B7D8'

red 153 ◦ green 183 ◦ blue 216

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

Shades of Echo Blue #99B7D8

Tints of Echo Blue #99B7D8

RGB

 RED value IS 153 (60.16% from 255) = 27.72%

 GREEN value IS 183 (71.88% from 255) = 33.15%

 BLUE value IS 216 (84.77% from 255) = 39.13%

R = 27.72%
G = 33.15%
B = 39.13%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99B7D8 (or 0x99B7D8) is known color: Echo Blue. HEX triplet: 99, B7 and D8. RGB value is (153,183,216). Sum of RGB (Red+Green+Blue) = 153+183+216=552 (73% of max value = 765). Red value is 153 (60.16% from 255 or 27.72% from 552); Green value is 183 (71.88% from 255 or 33.15% from 552); Blue value is 216 (84.77% from 255 or 39.13% from 552); Max value from RGB is 216 - color contains mainly: blue. Hex color #99B7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B7D8 is #664827. Grayscale: #B1B1B1. Windows color (decimal): -6703144 or 14202777. OLE color: 14202777.

HSL color Cylindrical-coordinate representation of color #99B7D8: hue angle of 211.43º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99B7D8 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 183 216 -
CMYK 0.29 0.15 0 0.15
HSL 211.43º 0.45% 0.72% -
HSV(B) 211.43º 0.29% 0.85% -
XYZ 42.47 45.6 71.53 -
YUV 177.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 153 183 216 0.29 0.15 0 0.15 211.43 0.45 0.72
Hex 99 B7 D8 1D F 0 F D3 2D 48
Octal 231 267 330 35 17 0 17 323 55 110
Binary 10011001 10110111 11011000 11101 1111 0 1111 11010011 101101 1001000

Color Harmonies of #99B7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B7D8

Black with #99B7D8

Text Example


Text Example

White with #99B7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B7D8; }

 p { color: rgb(153,183,216); }

 H1.HeaderClassName
 {
   color: #99B7D8;
 }
 .AnyTagClassName
 {
   color: #99B7D8;
 }
</style>

background-color css

<style>
 a { background-color: #99B7D8; }

 a { background-color: rgb(153,183,216); }

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

border-color css

<style>
 span { border-color: #99B7D8; }

 span { border-color: rgb(153,183,216); }

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