Html Css Color HEX #1EBAEA Summer Sky

📋 copy color: '#1EBAEA'

red 30 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #1EBAEA

Tints of Summer Sky #1EBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 6.67%
G = 41.33%
B = 52%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1EBAEA (or 0x1EBAEA) is known color: Summer Sky. HEX triplet: 1E, BA and EA. RGB value is (30,186,234). Sum of RGB (Red+Green+Blue) = 30+186+234=450 (59% of max value = 765). Red value is 30 (12.11% from 255 or 6.67% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #1EBAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAEA is #E14515. Grayscale: #909090. Windows color (decimal): -14763286 or 15383070. OLE color: 15383070.

HSL color Cylindrical-coordinate representation of color #1EBAEA: hue angle of 194.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBAEA is Cyan = 0.87, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 30 186 234 -
CMYK 0.87 0.21 0 0.08
HSL 194.12º 0.83% 0.52% -
HSV(B) 194.12º 0.87% 0.92% -
XYZ 32.95 41.33 84.08 -
YUV 144.83 178.32 46.1 -
System Red Green Blue C M Y K H S L
Decimal 30 186 234 0.87 0.21 0 0.08 194.12 0.83 0.52
Hex 1E BA EA 57 15 0 8 C2 53 34
Octal 36 272 352 127 25 0 10 302 123 64
Binary 11110 10111010 11101010 1010111 10101 0 1000 11000010 1010011 110100

Color Harmonies of #1EBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAEA

Black with #1EBAEA

Text Example


Text Example

White with #1EBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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