Html Css Color HEX #1EBCED Summer Sky

📋 copy color: '#1EBCED'

red 30 ◦ green 188 ◦ blue 237

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

Shades of Summer Sky #1EBCED

Tints of Summer Sky #1EBCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.32%

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

R = 6.59%
G = 41.32%
B = 52.09%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EBCED (or 0x1EBCED) is known color: Summer Sky. HEX triplet: 1E, BC and ED. RGB value is (30,188,237). Sum of RGB (Red+Green+Blue) = 30+188+237=455 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.59% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #1EBCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBCED is #E14312. Grayscale: #919191. Windows color (decimal): -14762771 or 15580190. OLE color: 15580190.

HSL color Cylindrical-coordinate representation of color #1EBCED: hue angle of 194.2º 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 #1EBCED is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 30 188 237 -
CMYK 0.87 0.21 0 0.07
HSL 194.2º 0.85% 0.52% -
HSV(B) 194.2º 0.87% 0.93% -
XYZ 33.8 42.36 86.51 -
YUV 146.34 179.15 45.02 -
System Red Green Blue C M Y K H S L
Decimal 30 188 237 0.87 0.21 0 0.07 194.2 0.85 0.52
Hex 1E BC ED 57 15 0 7 C2 55 34
Octal 36 274 355 127 25 0 7 302 125 64
Binary 11110 10111100 11101101 1010111 10101 0 111 11000010 1010101 110100

Color Harmonies of #1EBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBCED

Black with #1EBCED

Text Example


Text Example

White with #1EBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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