Html Css Color HEX #2EDBFE Deep Sky Blue

📋 copy color: '#2EDBFE'

red 46 ◦ green 219 ◦ blue 254

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

Shades of Deep Sky Blue #2EDBFE

Tints of Deep Sky Blue #2EDBFE

RGB

 RED value IS 46 (18.36% from 255) = 8.86%

 GREEN value IS 219 (85.94% from 255) = 42.2%

 BLUE value IS 254 (99.61% from 255) = 48.94%

R = 8.86%
G = 42.2%
B = 48.94%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2EDBFE (or 0x2EDBFE) is known color: Deep Sky Blue. HEX triplet: 2E, DB and FE. RGB value is (46,219,254). Sum of RGB (Red+Green+Blue) = 46+219+254=519 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.86% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #2EDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBFE is #D12401. Grayscale: #AAAAAA. Windows color (decimal): -13706242 or 16702254. OLE color: 16702254.

HSL color Cylindrical-coordinate representation of color #2EDBFE: hue angle of 190.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDBFE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 46 219 254 -
CMYK 0.82 0.14 0 0.00
HSL 190.1º 0.99% 0.59% -
HSV(B) 190.1º 0.82% 1% -
XYZ 44.35 58.4 102.7 -
YUV 171.26 174.69 38.65 -
System Red Green Blue C M Y K H S L
Decimal 46 219 254 0.82 0.14 0 0.00 190.1 0.99 0.59
Hex 2E DB FE 52 E 0 0 BE 63 3B
Octal 56 333 376 122 16 0 0 276 143 73
Binary 101110 11011011 11111110 1010010 1110 0 0 10111110 1100011 111011

Color Harmonies of #2EDBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBFE

Black with #2EDBFE

Text Example


Text Example

White with #2EDBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2EDBFE; }

 p { color: rgb(46,219,254); }

 H1.HeaderClassName
 {
   color: #2EDBFE;
 }
 .AnyTagClassName
 {
   color: #2EDBFE;
 }
</style>

background-color css

<style>
 a { background-color: #2EDBFE; }

 a { background-color: rgb(46,219,254); }

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

border-color css

<style>
 span { border-color: #2EDBFE; }

 span { border-color: rgb(46,219,254); }

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