Html Css Color HEX #1EBEDD Summer Sky

📋 copy color: '#1EBEDD'

red 30 ◦ green 190 ◦ blue 221

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

Shades of Summer Sky #1EBEDD

Tints of Summer Sky #1EBEDD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 43.08%

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 6.8%
G = 43.08%
B = 50.11%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1EBEDD (or 0x1EBEDD) is known color: Summer Sky. HEX triplet: 1E, BE and DD. RGB value is (30,190,221). Sum of RGB (Red+Green+Blue) = 30+190+221=441 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.80% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBEDD is #E14122. Grayscale: #919191. Windows color (decimal): -14762275 or 14532126. OLE color: 14532126.

HSL color Cylindrical-coordinate representation of color #1EBEDD: hue angle of 189.74º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EBEDD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 190 221 -
CMYK 0.86 0.14 0 0.13
HSL 189.74º 0.76% 0.49% -
HSV(B) 189.74º 0.86% 0.87% -
XYZ 32 42.32 74.89 -
YUV 145.69 170.49 45.48 -
System Red Green Blue C M Y K H S L
Decimal 30 190 221 0.86 0.14 0 0.13 189.74 0.76 0.49
Hex 1E BE DD 56 E 0 D BE 4C 31
Octal 36 276 335 126 16 0 15 276 114 61
Binary 11110 10111110 11011101 1010110 1110 0 1101 10111110 1001100 110001

Color Harmonies of #1EBEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBEDD

Black with #1EBEDD

Text Example


Text Example

White with #1EBEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,190,221); }

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

background-color css

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

 a { background-color: rgb(30,190,221); }

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

border-color css

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

 span { border-color: rgb(30,190,221); }

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