Html Css Color HEX #1EB4FF Deep Sky Blue

📋 copy color: '#1EB4FF'

red 30 ◦ green 180 ◦ blue 255

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

Shades of Deep Sky Blue #1EB4FF

Tints of Deep Sky Blue #1EB4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.71%

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

R = 6.45%
G = 38.71%
B = 54.84%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EB4FF (or 0x1EB4FF) is known color: Deep Sky Blue. HEX triplet: 1E, B4 and FF. RGB value is (30,180,255). Sum of RGB (Red+Green+Blue) = 30+180+255=465 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.45% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EB4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EB4FF is #E14B00. Grayscale: #8F8F8F. Windows color (decimal): -14764801 or 16757790. OLE color: 16757790.

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

Color convert

RGB 30 180 255 -
CMYK 0.88 0.29 0 0
HSL 200º 1% 0.56% -
HSV(B) 200º 0.88% 1% -
XYZ 34.91 40.14 100.52 -
YUV 143.7 190.81 46.9 -
System Red Green Blue C M Y K H S L
Decimal 30 180 255 0.88 0.29 0 0 200 1 0.56
Hex 1E B4 FF 58 1D 0 0 C8 64 38
Octal 36 264 377 130 35 0 0 310 144 70
Binary 11110 10110100 11111111 1011000 11101 0 0 11001000 1100100 111000

Color Harmonies of #1EB4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB4FF

Black with #1EB4FF

Text Example


Text Example

White with #1EB4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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