Html Css Color HEX #1EBFF2 Deep Sky Blue

📋 copy color: '#1EBFF2'

red 30 ◦ green 191 ◦ blue 242

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

Shades of Deep Sky Blue #1EBFF2

Tints of Deep Sky Blue #1EBFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 52.27%

R = 6.48%
G = 41.25%
B = 52.27%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1EBFF2 (or 0x1EBFF2) is known color: Deep Sky Blue. HEX triplet: 1E, BF and F2. RGB value is (30,191,242). Sum of RGB (Red+Green+Blue) = 30+191+242=463 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.48% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #1EBFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBFF2 is #E1400D. Grayscale: #949494. Windows color (decimal): -14761998 or 15908638. OLE color: 15908638.

HSL color Cylindrical-coordinate representation of color #1EBFF2: hue angle of 194.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBFF2 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 30 191 242 -
CMYK 0.88 0.21 0 0.05
HSL 194.43º 0.89% 0.53% -
HSV(B) 194.43º 0.88% 0.95% -
XYZ 35.19 43.95 90.63 -
YUV 148.68 180.66 43.35 -
System Red Green Blue C M Y K H S L
Decimal 30 191 242 0.88 0.21 0 0.05 194.43 0.89 0.53
Hex 1E BF F2 58 15 0 5 C2 59 35
Octal 36 277 362 130 25 0 5 302 131 65
Binary 11110 10111111 11110010 1011000 10101 0 101 11000010 1011001 110101

Color Harmonies of #1EBFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBFF2

Black with #1EBFF2

Text Example


Text Example

White with #1EBFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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