Html Css Color HEX #1EB1FF Deep Sky Blue

📋 copy color: '#1EB1FF'

red 30 ◦ green 177 ◦ blue 255

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

Shades of Deep Sky Blue #1EB1FF

Tints of Deep Sky Blue #1EB1FF

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.31%

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

R = 6.49%
G = 38.31%
B = 55.19%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EB1FF (or 0x1EB1FF) is known color: Deep Sky Blue. HEX triplet: 1E, B1 and FF. RGB value is (30,177,255). Sum of RGB (Red+Green+Blue) = 30+177+255=462 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.49% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB1FF is #E14E00. Grayscale: #8D8D8D. Windows color (decimal): -14765569 or 16757022. OLE color: 16757022.

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

Color convert

RGB 30 177 255 -
CMYK 0.88 0.31 0 0
HSL 200.8º 1% 0.56% -
HSV(B) 200.8º 0.88% 1% -
XYZ 34.31 38.94 100.32 -
YUV 141.94 191.8 48.16 -
System Red Green Blue C M Y K H S L
Decimal 30 177 255 0.88 0.31 0 0 200.8 1 0.56
Hex 1E B1 FF 58 1F 0 0 C9 64 38
Octal 36 261 377 130 37 0 0 311 144 70
Binary 11110 10110001 11111111 1011000 11111 0 0 11001001 1100100 111000

Color Harmonies of #1EB1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB1FF

Black with #1EB1FF

Text Example


Text Example

White with #1EB1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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