Html Css Color HEX #2EBDFD Summer Sky

📋 copy color: '#2EBDFD'

red 46 ◦ green 189 ◦ blue 253

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

Shades of Summer Sky #2EBDFD

Tints of Summer Sky #2EBDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 253 (99.22% from 255) = 51.84%

R = 9.43%
G = 38.73%
B = 51.84%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2EBDFD (or 0x2EBDFD) is known color: Summer Sky. HEX triplet: 2E, BD and FD. RGB value is (46,189,253). Sum of RGB (Red+Green+Blue) = 46+189+253=488 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.43% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #2EBDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBDFD is #D14202. Grayscale: #999999. Windows color (decimal): -13713923 or 16629038. OLE color: 16629038.

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

Color convert

RGB 46 189 253 -
CMYK 0.82 0.25 0 0.01
HSL 198.55º 0.98% 0.59% -
HSV(B) 198.55º 0.82% 0.99% -
XYZ 37.05 44.07 99.48 -
YUV 153.54 184.12 51.3 -
System Red Green Blue C M Y K H S L
Decimal 46 189 253 0.82 0.25 0 0.01 198.55 0.98 0.59
Hex 2E BD FD 52 19 0 1 C7 62 3B
Octal 56 275 375 122 31 0 1 307 142 73
Binary 101110 10111101 11111101 1010010 11001 0 1 11000111 1100010 111011

Color Harmonies of #2EBDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBDFD

Black with #2EBDFD

Text Example


Text Example

White with #2EBDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,189,253); }

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

background-color css

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

 a { background-color: rgb(46,189,253); }

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

border-color css

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

 span { border-color: rgb(46,189,253); }

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