Html Css Color HEX #2EBFF1 Summer Sky

📋 copy color: '#2EBFF1'

red 46 ◦ green 191 ◦ blue 241

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

Shades of Summer Sky #2EBFF1

Tints of Summer Sky #2EBFF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 9.62%
G = 39.96%
B = 50.42%

CMYK

 C value IS 0.81

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2EBFF1 (or 0x2EBFF1) is known color: Summer Sky. HEX triplet: 2E, BF and F1. RGB value is (46,191,241). Sum of RGB (Red+Green+Blue) = 46+191+241=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #2EBFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EBFF1 is #D1400E. Grayscale: #999999. Windows color (decimal): -13713423 or 15843118. OLE color: 15843118.

HSL color Cylindrical-coordinate representation of color #2EBFF1: hue angle of 195.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBFF1 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 46 191 241 -
CMYK 0.81 0.21 0 0.05
HSL 195.38º 0.87% 0.56% -
HSV(B) 195.38º 0.81% 0.95% -
XYZ 35.63 44.19 89.87 -
YUV 153.35 177.46 51.43 -
System Red Green Blue C M Y K H S L
Decimal 46 191 241 0.81 0.21 0 0.05 195.38 0.87 0.56
Hex 2E BF F1 51 15 0 5 C3 57 38
Octal 56 277 361 121 25 0 5 303 127 70
Binary 101110 10111111 11110001 1010001 10101 0 101 11000011 1010111 111000

Color Harmonies of #2EBFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EBFF1

Black with #2EBFF1

Text Example


Text Example

White with #2EBFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,191,241); }

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

background-color css

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

 a { background-color: rgb(46,191,241); }

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

border-color css

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

 span { border-color: rgb(46,191,241); }

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