Html Css Color HEX #1EB2FF Deep Sky Blue

📋 copy color: '#1EB2FF'

red 30 ◦ green 178 ◦ blue 255

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

Shades of Deep Sky Blue #1EB2FF

Tints of Deep Sky Blue #1EB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.44%

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

R = 6.48%
G = 38.44%
B = 55.08%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EB2FF (or 0x1EB2FF) is known color: Deep Sky Blue. HEX triplet: 1E, B2 and FF. RGB value is (30,178,255). Sum of RGB (Red+Green+Blue) = 30+178+255=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 178 (69.92% from 255 or 38.44% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EB2FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1EB2FF is #E14D00. Grayscale: #8E8E8E. Windows color (decimal): -14765313 or 16757278. OLE color: 16757278.

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

Color convert

RGB 30 178 255 -
CMYK 0.88 0.30 0 0
HSL 200.53º 1% 0.56% -
HSV(B) 200.53º 0.88% 1% -
XYZ 34.51 39.34 100.38 -
YUV 142.53 191.47 47.74 -
System Red Green Blue C M Y K H S L
Decimal 30 178 255 0.88 0.30 0 0 200.53 1 0.56
Hex 1E B2 FF 58 1E 0 0 C9 64 38
Octal 36 262 377 130 36 0 0 311 144 70
Binary 11110 10110010 11111111 1011000 11110 0 0 11001001 1100100 111000

Color Harmonies of #1EB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EB2FF

Black with #1EB2FF

Text Example


Text Example

White with #1EB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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