Html Css Color HEX #1EBFDD Summer Sky

📋 copy color: '#1EBFDD'

red 30 ◦ green 191 ◦ blue 221

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

Shades of Summer Sky #1EBFDD

Tints of Summer Sky #1EBFDD

RGB

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

 GREEN value IS 191 (75% from 255) = 43.21%

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

R = 6.79%
G = 43.21%
B = 50%

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

#1EBFDD (or 0x1EBFDD) is known color: Summer Sky. HEX triplet: 1E, BF and DD. RGB value is (30,191,221). Sum of RGB (Red+Green+Blue) = 30+191+221=442 (58% of max value = 765). Red value is 30 (12.11% from 255 or 6.79% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #1EBFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EBFDD is #E14022. Grayscale: #929292. Windows color (decimal): -14762019 or 14532382. OLE color: 14532382.

HSL color Cylindrical-coordinate representation of color #1EBFDD: hue angle of 189.42º 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 #1EBFDD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 30 191 221 -
CMYK 0.86 0.14 0 0.13
HSL 189.42º 0.76% 0.49% -
HSV(B) 189.42º 0.86% 0.87% -
XYZ 32.22 42.76 74.96 -
YUV 146.28 170.16 45.06 -
System Red Green Blue C M Y K H S L
Decimal 30 191 221 0.86 0.14 0 0.13 189.42 0.76 0.49
Hex 1E BF DD 56 E 0 D BD 4C 31
Octal 36 277 335 126 16 0 15 275 114 61
Binary 11110 10111111 11011101 1010110 1110 0 1101 10111101 1001100 110001

Color Harmonies of #1EBFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBFDD

Black with #1EBFDD

Text Example


Text Example

White with #1EBFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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