Html Css Color HEX #1EB6FE Deep Sky Blue

📋 copy color: '#1EB6FE'

red 30 ◦ green 182 ◦ blue 254

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

Shades of Deep Sky Blue #1EB6FE

Tints of Deep Sky Blue #1EB6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.06%

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

R = 6.44%
G = 39.06%
B = 54.51%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1EB6FE (or 0x1EB6FE) is known color: Deep Sky Blue. HEX triplet: 1E, B6 and FE. RGB value is (30,182,254). Sum of RGB (Red+Green+Blue) = 30+182+254=466 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.44% from 466); Green value is 182 (71.48% from 255 or 39.06% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #1EB6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB6FE is #E14901. Grayscale: #909090. Windows color (decimal): -14764290 or 16692766. OLE color: 16692766.

HSL color Cylindrical-coordinate representation of color #1EB6FE: hue angle of 199.29º 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 #1EB6FE is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 30 182 254 -
CMYK 0.88 0.28 0 0.00
HSL 199.29º 0.99% 0.56% -
HSV(B) 199.29º 0.88% 1% -
XYZ 35.15 40.89 99.81 -
YUV 144.76 189.64 46.15 -
System Red Green Blue C M Y K H S L
Decimal 30 182 254 0.88 0.28 0 0.00 199.29 0.99 0.56
Hex 1E B6 FE 58 1C 0 0 C7 63 38
Octal 36 266 376 130 34 0 0 307 143 70
Binary 11110 10110110 11111110 1011000 11100 0 0 11000111 1100011 111000

Color Harmonies of #1EB6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB6FE

Black with #1EB6FE

Text Example


Text Example

White with #1EB6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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