Html Css Color HEX #1EBAED Summer Sky

📋 copy color: '#1EBAED'

red 30 ◦ green 186 ◦ blue 237

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

Shades of Summer Sky #1EBAED

Tints of Summer Sky #1EBAED

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 6.62%
G = 41.06%
B = 52.32%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EBAED (or 0x1EBAED) is known color: Summer Sky. HEX triplet: 1E, BA and ED. RGB value is (30,186,237). Sum of RGB (Red+Green+Blue) = 30+186+237=453 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.62% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #1EBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAED is #E14512. Grayscale: #909090. Windows color (decimal): -14763283 or 15579678. OLE color: 15579678.

HSL color Cylindrical-coordinate representation of color #1EBAED: hue angle of 194.78º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBAED is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 186 237 -
CMYK 0.87 0.22 0 0.07
HSL 194.78º 0.85% 0.52% -
HSV(B) 194.78º 0.87% 0.93% -
XYZ 33.38 41.51 86.37 -
YUV 145.17 179.82 45.85 -
System Red Green Blue C M Y K H S L
Decimal 30 186 237 0.87 0.22 0 0.07 194.78 0.85 0.52
Hex 1E BA ED 57 16 0 7 C3 55 34
Octal 36 272 355 127 26 0 7 303 125 64
Binary 11110 10111010 11101101 1010111 10110 0 111 11000011 1010101 110100

Color Harmonies of #1EBAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAED

Black with #1EBAED

Text Example


Text Example

White with #1EBAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,186,237); }

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

background-color css

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

 a { background-color: rgb(30,186,237); }

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

border-color css

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

 span { border-color: rgb(30,186,237); }

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