Html Css Color HEX #1EC2EC Summer Sky

📋 copy color: '#1EC2EC'

red 30 ◦ green 194 ◦ blue 236

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

Shades of Summer Sky #1EC2EC

Tints of Summer Sky #1EC2EC

RGB

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

 GREEN value IS 194 (76.17% from 255) = 42.17%

 BLUE value IS 236 (92.58% from 255) = 51.3%

R = 6.52%
G = 42.17%
B = 51.3%

CMYK

 C value IS 0.87

 M value IS 0.18

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1EC2EC (or 0x1EC2EC) is known color: Summer Sky. HEX triplet: 1E, C2 and EC. RGB value is (30,194,236). Sum of RGB (Red+Green+Blue) = 30+194+236=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 194 (76.17% from 255 or 42.17% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #1EC2EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EC2EC is #E13D13. Grayscale: #959595. Windows color (decimal): -14761236 or 15516190. OLE color: 15516190.

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

Color convert

RGB 30 194 236 -
CMYK 0.87 0.18 0 0.07
HSL 192.23º 0.84% 0.52% -
HSV(B) 192.23º 0.87% 0.93% -
XYZ 34.97 44.92 86.18 -
YUV 149.75 176.67 42.58 -
System Red Green Blue C M Y K H S L
Decimal 30 194 236 0.87 0.18 0 0.07 192.23 0.84 0.52
Hex 1E C2 EC 57 12 0 7 C0 54 34
Octal 36 302 354 127 22 0 7 300 124 64
Binary 11110 11000010 11101100 1010111 10010 0 111 11000000 1010100 110100

Color Harmonies of #1EC2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EC2EC

Black with #1EC2EC

Text Example


Text Example

White with #1EC2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,194,236); }

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

background-color css

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

 a { background-color: rgb(30,194,236); }

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

border-color css

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

 span { border-color: rgb(30,194,236); }

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