Html Css Color HEX #9BA8DF Echo Blue

📋 copy color: '#9BA8DF'

red 155 ◦ green 168 ◦ blue 223

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

Shades of Echo Blue #9BA8DF

Tints of Echo Blue #9BA8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.84%

R = 28.39%
G = 30.77%
B = 40.84%

CMYK

 C value IS 0.30

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BA8DF (or 0x9BA8DF) is known color: Echo Blue. HEX triplet: 9B, A8 and DF. RGB value is (155,168,223). Sum of RGB (Red+Green+Blue) = 155+168+223=546 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.39% from 546); Green value is 168 (66.02% from 255 or 30.77% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA8DF is #645720. Grayscale: #AAAAAA. Windows color (decimal): -6575905 or 14657691. OLE color: 14657691.

HSL color Cylindrical-coordinate representation of color #9BA8DF: hue angle of 228.53º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA8DF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 168 223 -
CMYK 0.30 0.25 0 0.13
HSL 228.53º 0.52% 0.74% -
HSV(B) 228.53º 0.3% 0.87% -
XYZ 40.84 40.3 75.44 -
YUV 170.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 155 168 223 0.30 0.25 0 0.13 228.53 0.52 0.74
Hex 9B A8 DF 1E 19 0 D E5 34 4A
Octal 233 250 337 36 31 0 15 345 64 112
Binary 10011011 10101000 11011111 11110 11001 0 1101 11100101 110100 1001010

Color Harmonies of #9BA8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA8DF

Black with #9BA8DF

Text Example


Text Example

White with #9BA8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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