Html Css Color HEX #9BB0DF Echo Blue

📋 copy color: '#9BB0DF'

red 155 ◦ green 176 ◦ blue 223

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

Shades of Echo Blue #9BB0DF

Tints of Echo Blue #9BB0DF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.77%

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

R = 27.98%
G = 31.77%
B = 40.25%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9BB0DF (or 0x9BB0DF) is known color: Echo Blue. HEX triplet: 9B, B0 and DF. RGB value is (155,176,223). Sum of RGB (Red+Green+Blue) = 155+176+223=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BB0DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0DF is #644F20. Grayscale: #AEAEAE. Windows color (decimal): -6573857 or 14659739. OLE color: 14659739.

HSL color Cylindrical-coordinate representation of color #9BB0DF: hue angle of 221.47º 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 #9BB0DF is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 176 223 -
CMYK 0.30 0.21 0 0.13
HSL 221.47º 0.52% 0.74% -
HSV(B) 221.47º 0.3% 0.87% -
XYZ 42.36 43.35 75.95 -
YUV 175.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 155 176 223 0.30 0.21 0 0.13 221.47 0.52 0.74
Hex 9B B0 DF 1E 15 0 D DD 34 4A
Octal 233 260 337 36 25 0 15 335 64 112
Binary 10011011 10110000 11011111 11110 10101 0 1101 11011101 110100 1001010

Color Harmonies of #9BB0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB0DF

Black with #9BB0DF

Text Example


Text Example

White with #9BB0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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