Html Css Color HEX #2ECBEE Summer Sky

📋 copy color: '#2ECBEE'

red 46 ◦ green 203 ◦ blue 238

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

Shades of Summer Sky #2ECBEE

Tints of Summer Sky #2ECBEE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.68%

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 9.45%
G = 41.68%
B = 48.87%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2ECBEE (or 0x2ECBEE) is known color: Summer Sky. HEX triplet: 2E, CB and EE. RGB value is (46,203,238). Sum of RGB (Red+Green+Blue) = 46+203+238=487 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.45% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #2ECBEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBEE is #D13411. Grayscale: #9F9F9F. Windows color (decimal): -13710354 or 15649582. OLE color: 15649582.

HSL color Cylindrical-coordinate representation of color #2ECBEE: hue angle of 190.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECBEE is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 46 203 238 -
CMYK 0.81 0.15 0 0.07
HSL 190.94º 0.85% 0.56% -
HSV(B) 190.94º 0.81% 0.93% -
XYZ 37.92 49.47 88.44 -
YUV 160.05 171.99 46.65 -
System Red Green Blue C M Y K H S L
Decimal 46 203 238 0.81 0.15 0 0.07 190.94 0.85 0.56
Hex 2E CB EE 51 F 0 7 BF 55 38
Octal 56 313 356 121 17 0 7 277 125 70
Binary 101110 11001011 11101110 1010001 1111 0 111 10111111 1010101 111000

Color Harmonies of #2ECBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECBEE

Black with #2ECBEE

Text Example


Text Example

White with #2ECBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,203,238); }

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

background-color css

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

 a { background-color: rgb(46,203,238); }

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

border-color css

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

 span { border-color: rgb(46,203,238); }

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