Html Css Color HEX #2ECCF0 Summer Sky

📋 copy color: '#2ECCF0'

red 46 ◦ green 204 ◦ blue 240

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

Shades of Summer Sky #2ECCF0

Tints of Summer Sky #2ECCF0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

 BLUE value IS 240 (94.14% from 255) = 48.98%

R = 9.39%
G = 41.63%
B = 48.98%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2ECCF0 (or 0x2ECCF0) is known color: Summer Sky. HEX triplet: 2E, CC and F0. RGB value is (46,204,240). Sum of RGB (Red+Green+Blue) = 46+204+240=490 (64% of max value = 765). Red value is 46 (18.36% from 255 or 9.39% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #2ECCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECCF0 is #D1330F. Grayscale: #A0A0A0. Windows color (decimal): -13710096 or 15780910. OLE color: 15780910.

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

Color convert

RGB 46 204 240 -
CMYK 0.81 0.15 0 0.06
HSL 191.13º 0.87% 0.56% -
HSV(B) 191.13º 0.81% 0.94% -
XYZ 38.45 50.06 90.07 -
YUV 160.86 172.65 46.07 -
System Red Green Blue C M Y K H S L
Decimal 46 204 240 0.81 0.15 0 0.06 191.13 0.87 0.56
Hex 2E CC F0 51 F 0 6 BF 57 38
Octal 56 314 360 121 17 0 6 277 127 70
Binary 101110 11001100 11110000 1010001 1111 0 110 10111111 1010111 111000

Color Harmonies of #2ECCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ECCF0

Black with #2ECCF0

Text Example


Text Example

White with #2ECCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,204,240); }

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

background-color css

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

 a { background-color: rgb(46,204,240); }

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

border-color css

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

 span { border-color: rgb(46,204,240); }

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