Html Css Color HEX #99B2DA Echo Blue

📋 copy color: '#99B2DA'

red 153 ◦ green 178 ◦ blue 218

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

Shades of Echo Blue #99B2DA

Tints of Echo Blue #99B2DA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.42%

 BLUE value IS 218 (85.55% from 255) = 39.71%

R = 27.87%
G = 32.42%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#99B2DA (or 0x99B2DA) is known color: Echo Blue. HEX triplet: 99, B2 and DA. RGB value is (153,178,218). Sum of RGB (Red+Green+Blue) = 153+178+218=549 (72% of max value = 765). Red value is 153 (60.16% from 255 or 27.87% from 549); Green value is 178 (69.92% from 255 or 32.42% from 549); Blue value is 218 (85.55% from 255 or 39.71% from 549); Max value from RGB is 218 - color contains mainly: blue. Hex color #99B2DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99B2DA is #664D25. Grayscale: #AEAEAE. Windows color (decimal): -6704422 or 14332569. OLE color: 14332569.

HSL color Cylindrical-coordinate representation of color #99B2DA: hue angle of 216.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99B2DA is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 153 178 218 -
CMYK 0.30 0.18 0 0.15
HSL 216.92º 0.47% 0.73% -
HSV(B) 216.92º 0.3% 0.85% -
XYZ 41.71 43.68 72.56 -
YUV 175.09 152.22 112.25 -
System Red Green Blue C M Y K H S L
Decimal 153 178 218 0.30 0.18 0 0.15 216.92 0.47 0.73
Hex 99 B2 DA 1E 12 0 F D9 2F 49
Octal 231 262 332 36 22 0 17 331 57 111
Binary 10011001 10110010 11011010 11110 10010 0 1111 11011001 101111 1001001

Color Harmonies of #99B2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B2DA

Black with #99B2DA

Text Example


Text Example

White with #99B2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,178,218); }

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

background-color css

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

 a { background-color: rgb(153,178,218); }

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

border-color css

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

 span { border-color: rgb(153,178,218); }

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