Html Css Color HEX #1EBFFF Deep Sky Blue

📋 copy color: '#1EBFFF'

red 30 ◦ green 191 ◦ blue 255

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

Shades of Deep Sky Blue #1EBFFF

Tints of Deep Sky Blue #1EBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 6.3%
G = 40.13%
B = 53.57%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1EBFFF (or 0x1EBFFF) is known color: Deep Sky Blue. HEX triplet: 1E, BF and FF. RGB value is (30,191,255). Sum of RGB (Red+Green+Blue) = 30+191+255=476 (63% of max value = 765). Red value is 30 (12.11% from 255 or 6.30% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #1EBFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBFFF is #E14000. Grayscale: #959595. Windows color (decimal): -14761985 or 16760606. OLE color: 16760606.

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

Color convert

RGB 30 191 255 -
CMYK 0.88 0.25 0 0
HSL 197.07º 1% 0.56% -
HSV(B) 197.07º 0.88% 1% -
XYZ 37.22 44.76 101.29 -
YUV 150.16 187.16 42.3 -
System Red Green Blue C M Y K H S L
Decimal 30 191 255 0.88 0.25 0 0 197.07 1 0.56
Hex 1E BF FF 58 19 0 0 C5 64 38
Octal 36 277 377 130 31 0 0 305 144 70
Binary 11110 10111111 11111111 1011000 11001 0 0 11000101 1100100 111000

Color Harmonies of #1EBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBFFF

Black with #1EBFFF

Text Example


Text Example

White with #1EBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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