Html Css Color HEX #9DB2CA Echo Blue

📋 copy color: '#9DB2CA'

red 157 ◦ green 178 ◦ blue 202

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

Shades of Echo Blue #9DB2CA

Tints of Echo Blue #9DB2CA

RGB

 RED value IS 157 (61.72% from 255) = 29.24%

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 29.24%
G = 33.15%
B = 37.62%

CMYK

 C value IS 0.22

 M value IS 0.12

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DB2CA (or 0x9DB2CA) is known color: Echo Blue. HEX triplet: 9D, B2 and CA. RGB value is (157,178,202). Sum of RGB (Red+Green+Blue) = 157+178+202=537 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.24% from 537); Green value is 178 (69.92% from 255 or 33.15% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #9DB2CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9DB2CA is #624D35. Grayscale: #AEAEAE. Windows color (decimal): -6442294 or 13283997. OLE color: 13283997.

HSL color Cylindrical-coordinate representation of color #9DB2CA: hue angle of 212º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB2CA is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 157 178 202 -
CMYK 0.22 0.12 0 0.21
HSL 212º 0.3% 0.7% -
HSV(B) 212º 0.22% 0.79% -
XYZ 40.49 43.27 62.1 -
YUV 174.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 157 178 202 0.22 0.12 0 0.21 212 0.3 0.7
Hex 9D B2 CA 16 C 0 15 D4 1E 46
Octal 235 262 312 26 14 0 25 324 36 106
Binary 10011101 10110010 11001010 10110 1100 0 10101 11010100 11110 1000110

Color Harmonies of #9DB2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB2CA

Black with #9DB2CA

Text Example


Text Example

White with #9DB2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,202); }

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

background-color css

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

 a { background-color: rgb(157,178,202); }

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

border-color css

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

 span { border-color: rgb(157,178,202); }

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