Html Css Color HEX #1EB0D7 Summer Sky

📋 copy color: '#1EB0D7'

red 30 ◦ green 176 ◦ blue 215

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

Shades of Summer Sky #1EB0D7

Tints of Summer Sky #1EB0D7

RGB

 RED value IS 30 (12.11% from 255) = 7.13%

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

 BLUE value IS 215 (84.38% from 255) = 51.07%

R = 7.13%
G = 41.81%
B = 51.07%

CMYK

 C value IS 0.86

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1EB0D7 (or 0x1EB0D7) is known color: Summer Sky. HEX triplet: 1E, B0 and D7. RGB value is (30,176,215). Sum of RGB (Red+Green+Blue) = 30+176+215=421 (55% of max value = 765). Red value is 30 (12.11% from 255 or 7.13% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 215 (84.38% from 255 or 51.07% from 421); Max value from RGB is 215 - color contains mainly: blue. Hex color #1EB0D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1EB0D7 is #E14F28. Grayscale: #888888. Windows color (decimal): -14765865 or 14135326. OLE color: 14135326.

HSL color Cylindrical-coordinate representation of color #1EB0D7: hue angle of 192.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EB0D7 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 30 176 215 -
CMYK 0.86 0.18 0 0.16
HSL 192.65º 0.76% 0.48% -
HSV(B) 192.65º 0.86% 0.84% -
XYZ 28.33 36.23 69.79 -
YUV 136.79 172.13 51.83 -
System Red Green Blue C M Y K H S L
Decimal 30 176 215 0.86 0.18 0 0.16 192.65 0.76 0.48
Hex 1E B0 D7 56 12 0 10 C1 4C 30
Octal 36 260 327 126 22 0 20 301 114 60
Binary 11110 10110000 11010111 1010110 10010 0 10000 11000001 1001100 110000

Color Harmonies of #1EB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB0D7

Black with #1EB0D7

Text Example


Text Example

White with #1EB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1EB0D7; }

 p { color: rgb(30,176,215); }

 H1.HeaderClassName
 {
   color: #1EB0D7;
 }
 .AnyTagClassName
 {
   color: #1EB0D7;
 }
</style>

background-color css

<style>
 a { background-color: #1EB0D7; }

 a { background-color: rgb(30,176,215); }

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

border-color css

<style>
 span { border-color: #1EB0D7; }

 span { border-color: rgb(30,176,215); }

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