Html Css Color HEX #1EB0EA Summer Sky

📋 copy color: '#1EB0EA'

red 30 ◦ green 176 ◦ blue 234

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

Shades of Summer Sky #1EB0EA

Tints of Summer Sky #1EB0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.18%

R = 6.82%
G = 40%
B = 53.18%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EB0EA (or 0x1EB0EA) is known color: Summer Sky. HEX triplet: 1E, B0 and EA. RGB value is (30,176,234). Sum of RGB (Red+Green+Blue) = 30+176+234=440 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.82% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 234 (91.80% from 255 or 53.18% from 440); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EB0EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB0EA is #E14F15. Grayscale: #8A8A8A. Windows color (decimal): -14765846 or 15380510. OLE color: 15380510.

HSL color Cylindrical-coordinate representation of color #1EB0EA: hue angle of 197.06º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EB0EA is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 176 234 -
CMYK 0.87 0.25 0 0.08
HSL 197.06º 0.83% 0.52% -
HSV(B) 197.06º 0.87% 0.92% -
XYZ 30.91 37.27 83.41 -
YUV 138.96 181.63 50.28 -
System Red Green Blue C M Y K H S L
Decimal 30 176 234 0.87 0.25 0 0.08 197.06 0.83 0.52
Hex 1E B0 EA 57 19 0 8 C5 53 34
Octal 36 260 352 127 31 0 10 305 123 64
Binary 11110 10110000 11101010 1010111 11001 0 1000 11000101 1010011 110100

Color Harmonies of #1EB0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB0EA

Black with #1EB0EA

Text Example


Text Example

White with #1EB0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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