Html Css Color HEX #1EBAFE Deep Sky Blue

📋 copy color: '#1EBAFE'

red 30 ◦ green 186 ◦ blue 254

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

Shades of Deep Sky Blue #1EBAFE

Tints of Deep Sky Blue #1EBAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 6.38%
G = 39.57%
B = 54.04%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EBAFE (or 0x1EBAFE) is known color: Deep Sky Blue. HEX triplet: 1E, BA and FE. RGB value is (30,186,254). Sum of RGB (Red+Green+Blue) = 30+186+254=470 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.38% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EBAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAFE is #E14501. Grayscale: #929292. Windows color (decimal): -14763266 or 16693790. OLE color: 16693790.

HSL color Cylindrical-coordinate representation of color #1EBAFE: hue angle of 198.21º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBAFE is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 186 254 -
CMYK 0.88 0.27 0 0.00
HSL 198.21º 0.99% 0.56% -
HSV(B) 198.21º 0.88% 1% -
XYZ 35.98 42.55 100.08 -
YUV 147.11 188.32 44.47 -
System Red Green Blue C M Y K H S L
Decimal 30 186 254 0.88 0.27 0 0.00 198.21 0.99 0.56
Hex 1E BA FE 58 1B 0 0 C6 63 38
Octal 36 272 376 130 33 0 0 306 143 70
Binary 11110 10111010 11111110 1011000 11011 0 0 11000110 1100011 111000

Color Harmonies of #1EBAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAFE

Black with #1EBAFE

Text Example


Text Example

White with #1EBAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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