Html Css Color HEX #1EBAFF Deep Sky Blue

📋 copy color: '#1EBAFF'

red 30 ◦ green 186 ◦ blue 255

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

Shades of Deep Sky Blue #1EBAFF

Tints of Deep Sky Blue #1EBAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.14%

R = 6.37%
G = 39.49%
B = 54.14%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EBAFF (or 0x1EBAFF) is known color: Deep Sky Blue. HEX triplet: 1E, BA and FF. RGB value is (30,186,255). Sum of RGB (Red+Green+Blue) = 30+186+255=471 (62% of max value = 765). Red value is 30 (12.11% from 255 or 6.37% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAFF is #E14500. Grayscale: #929292. Windows color (decimal): -14763265 or 16759326. OLE color: 16759326.

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

Color convert

RGB 30 186 255 -
CMYK 0.88 0.27 0 0
HSL 198.4º 1% 0.56% -
HSV(B) 198.4º 0.88% 1% -
XYZ 36.14 42.61 100.93 -
YUV 147.22 188.82 44.39 -
System Red Green Blue C M Y K H S L
Decimal 30 186 255 0.88 0.27 0 0 198.4 1 0.56
Hex 1E BA FF 58 1B 0 0 C6 64 38
Octal 36 272 377 130 33 0 0 306 144 70
Binary 11110 10111010 11111111 1011000 11011 0 0 11000110 1100100 111000

Color Harmonies of #1EBAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAFF

Black with #1EBAFF

Text Example


Text Example

White with #1EBAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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