#2ECBFF

Color #2ECBFF Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2ECBFF

Tints of Summer Sky #2ECBFF

Color information

#2ECBFF (or 0x2ECBFF) is unknown color: approx Summer Sky. HEX triplet: 2E, CB and FF. RGB value is (46,203,255). Sum of RGB (Red+Green+Blue) = 46+203+255=504 (66% of max value = 765). Red value is 46 (18.36% from 255 or 9.13% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ECBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECBFF is #D13400. Grayscale: #A1A1A1. Windows color (decimal): -13710337 or 16763694. OLE color: 16763694.

HSL color Cylindrical-coordinate representation of color #2ECBFF: hue angle of 194.93º 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 #2ECBFF is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB46203255-
CMYK0.820.2000
HSL194.93º100%59.02%-
HSV(B)194.93º81.96%100%-
XYZ40.5350.51102.22-
YUV161.98180.4945.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.13%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 255 (100% from 255) = 50.60%
R=9.13%
G=40.28%
B=50.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal462032550.820.2000194.9310059.02
Hex2ECBFF521400c3643b
Octal56313377122240030314473
Binary101110110010111111111110100101010000110000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2ECBFF;
 }
 .AnyTagClassName
 {
   color: #2ECBFF;
 }
</style>
background-color css

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

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

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

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

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

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