Html Css Color HEX #2EDBFF Deep Sky Blue

📋 copy color: '#2EDBFF'

red 46 ◦ green 219 ◦ blue 255

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

Shades of Deep Sky Blue #2EDBFF

Tints of Deep Sky Blue #2EDBFF

RGB

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

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

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

R = 8.85%
G = 42.12%
B = 49.04%

CMYK

 C value IS 0.82

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#2EDBFF (or 0x2EDBFF) is known color: Deep Sky Blue. HEX triplet: 2E, DB and FF. RGB value is (46,219,255). Sum of RGB (Red+Green+Blue) = 46+219+255=520 (68% of max value = 765). Red value is 46 (18.36% from 255 or 8.85% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #2EDBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EDBFF is #D12400. Grayscale: #ABABAB. Windows color (decimal): -13706241 or 16767790. OLE color: 16767790.

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

Color convert

RGB 46 219 255 -
CMYK 0.82 0.14 0 0
HSL 190.33º 1% 0.59% -
HSV(B) 190.33º 0.82% 1% -
XYZ 44.51 58.46 103.55 -
YUV 171.38 175.19 38.57 -
System Red Green Blue C M Y K H S L
Decimal 46 219 255 0.82 0.14 0 0 190.33 1 0.59
Hex 2E DB FF 52 E 0 0 BE 64 3B
Octal 56 333 377 122 16 0 0 276 144 73
Binary 101110 11011011 11111111 1010010 1110 0 0 10111110 1100100 111011

Color Harmonies of #2EDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDBFF

Black with #2EDBFF

Text Example


Text Example

White with #2EDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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