Html Css Color HEX #9DC0EF Tropical Blue

📋 copy color: '#9DC0EF'

red 157 ◦ green 192 ◦ blue 239

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

Shades of Tropical Blue #9DC0EF

Tints of Tropical Blue #9DC0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.65%

 BLUE value IS 239 (93.75% from 255) = 40.65%

R = 26.7%
G = 32.65%
B = 40.65%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9DC0EF (or 0x9DC0EF) is known color: Tropical Blue. HEX triplet: 9D, C0 and EF. RGB value is (157,192,239). Sum of RGB (Red+Green+Blue) = 157+192+239=588 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.70% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 239 - color contains mainly: blue. Hex color #9DC0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DC0EF is #623F10. Grayscale: #BABABA. Windows color (decimal): -6438673 or 15712413. OLE color: 15712413.

HSL color Cylindrical-coordinate representation of color #9DC0EF: hue angle of 214.39º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DC0EF is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 192 239 -
CMYK 0.34 0.20 0 0.06
HSL 214.39º 0.72% 0.78% -
HSV(B) 214.39º 0.34% 0.94% -
XYZ 48.33 51.1 88.98 -
YUV 186.89 157.4 106.68 -
System Red Green Blue C M Y K H S L
Decimal 157 192 239 0.34 0.20 0 0.06 214.39 0.72 0.78
Hex 9D C0 EF 22 14 0 6 D6 48 4E
Octal 235 300 357 42 24 0 6 326 110 116
Binary 10011101 11000000 11101111 100010 10100 0 110 11010110 1001000 1001110

Color Harmonies of #9DC0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC0EF

Black with #9DC0EF

Text Example


Text Example

White with #9DC0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,239); }

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

background-color css

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

 a { background-color: rgb(157,192,239); }

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

border-color css

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

 span { border-color: rgb(157,192,239); }

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