Html Css Color HEX #1EBFEF Deep Sky Blue

📋 copy color: '#1EBFEF'

red 30 ◦ green 191 ◦ blue 239

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

Shades of Deep Sky Blue #1EBFEF

Tints of Deep Sky Blue #1EBFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.96%

R = 6.52%
G = 41.52%
B = 51.96%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1EBFEF (or 0x1EBFEF) is known color: Deep Sky Blue. HEX triplet: 1E, BF and EF. RGB value is (30,191,239). Sum of RGB (Red+Green+Blue) = 30+191+239=460 (60% of max value = 765). Red value is 30 (12.11% from 255 or 6.52% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #1EBFEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBFEF is #E14010. Grayscale: #939393. Windows color (decimal): -14762001 or 15712030. OLE color: 15712030.

HSL color Cylindrical-coordinate representation of color #1EBFEF: hue angle of 193.78º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EBFEF is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 30 191 239 -
CMYK 0.87 0.20 0 0.06
HSL 193.78º 0.87% 0.53% -
HSV(B) 193.78º 0.87% 0.94% -
XYZ 34.75 43.77 88.28 -
YUV 148.33 179.16 43.6 -
System Red Green Blue C M Y K H S L
Decimal 30 191 239 0.87 0.20 0 0.06 193.78 0.87 0.53
Hex 1E BF EF 57 14 0 6 C2 57 35
Octal 36 277 357 127 24 0 6 302 127 65
Binary 11110 10111111 11101111 1010111 10100 0 110 11000010 1010111 110101

Color Harmonies of #1EBFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBFEF

Black with #1EBFEF

Text Example


Text Example

White with #1EBFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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