Html Css Color HEX #9BA8DA Echo Blue

📋 copy color: '#9BA8DA'

red 155 ◦ green 168 ◦ blue 218

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

Shades of Echo Blue #9BA8DA

Tints of Echo Blue #9BA8DA

RGB

 RED value IS 155 (60.94% from 255) = 28.65%

 GREEN value IS 168 (66.02% from 255) = 31.05%

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

R = 28.65%
G = 31.05%
B = 40.3%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9BA8DA (or 0x9BA8DA) is known color: Echo Blue. HEX triplet: 9B, A8 and DA. RGB value is (155,168,218). Sum of RGB (Red+Green+Blue) = 155+168+218=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA8DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8DA is #645725. Grayscale: #A9A9A9. Windows color (decimal): -6575910 or 14330011. OLE color: 14330011.

HSL color Cylindrical-coordinate representation of color #9BA8DA: hue angle of 227.62º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA8DA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 168 218 -
CMYK 0.29 0.23 0 0.15
HSL 227.62º 0.46% 0.73% -
HSV(B) 227.62º 0.29% 0.85% -
XYZ 40.18 40.04 71.94 -
YUV 169.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 155 168 218 0.29 0.23 0 0.15 227.62 0.46 0.73
Hex 9B A8 DA 1D 17 0 F E4 2E 49
Octal 233 250 332 35 27 0 17 344 56 111
Binary 10011011 10101000 11011010 11101 10111 0 1111 11100100 101110 1001001

Color Harmonies of #9BA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA8DA

Black with #9BA8DA

Text Example


Text Example

White with #9BA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,168,218); }

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

background-color css

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

 a { background-color: rgb(155,168,218); }

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

border-color css

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

 span { border-color: rgb(155,168,218); }

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