Html Css Color HEX #1EBAFC Deep Sky Blue

📋 copy color: '#1EBAFC'

red 30 ◦ green 186 ◦ blue 252

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

Shades of Deep Sky Blue #1EBAFC

Tints of Deep Sky Blue #1EBAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.74%

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 6.41%
G = 39.74%
B = 53.85%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1EBAFC (or 0x1EBAFC) is known color: Deep Sky Blue. HEX triplet: 1E, BA and FC. RGB value is (30,186,252). Sum of RGB (Red+Green+Blue) = 30+186+252=468 (61% of max value = 765). Red value is 30 (12.11% from 255 or 6.41% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #1EBAFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1EBAFC is #E14503. Grayscale: #929292. Windows color (decimal): -14763268 or 16562718. OLE color: 16562718.

HSL color Cylindrical-coordinate representation of color #1EBAFC: hue angle of 197.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EBAFC is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 30 186 252 -
CMYK 0.88 0.26 0 0.01
HSL 197.84º 0.97% 0.55% -
HSV(B) 197.84º 0.88% 0.99% -
XYZ 35.67 42.42 98.4 -
YUV 146.88 187.32 44.63 -
System Red Green Blue C M Y K H S L
Decimal 30 186 252 0.88 0.26 0 0.01 197.84 0.97 0.55
Hex 1E BA FC 58 1A 0 1 C6 61 37
Octal 36 272 374 130 32 0 1 306 141 67
Binary 11110 10111010 11111100 1011000 11010 0 1 11000110 1100001 110111

Color Harmonies of #1EBAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EBAFC

Black with #1EBAFC

Text Example


Text Example

White with #1EBAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,186,252); }

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

background-color css

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

 a { background-color: rgb(30,186,252); }

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

border-color css

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

 span { border-color: rgb(30,186,252); }

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