#3AC4F2

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

Shades of Summer Sky #3AC4F2

Tints of Summer Sky #3AC4F2

Color information

#3AC4F2 (or 0x3AC4F2) is unknown color: approx Summer Sky. HEX triplet: 3A, C4 and F2. RGB value is (58,196,242). Sum of RGB (Red+Green+Blue) = 58+196+242=496 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.69% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 242 (94.92% from 255 or 48.79% from 496); Max value from RGB is 242 - color contains mainly: blue. Hex color #3AC4F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC4F2 is #C53B0D. Grayscale: #9F9F9F. Windows color (decimal): -12925710 or 15909946. OLE color: 15909946.

HSL color Cylindrical-coordinate representation of color #3AC4F2: hue angle of 195º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AC4F2 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58196242-
CMYK0.760.1900.05
HSL195º87.62%58.82%-
HSV(B)195º76.03%94.9%-
XYZ37.5146.7991.06-
YUV159.98174.2855.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.69%
GREEN value IS 196 (76.95% from 255) = 39.52%
BLUE value IS 242 (94.92% from 255) = 48.79%
R=11.69%
G=39.52%
B=48.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal581962420.760.1900.0519587.6258.82
Hex3AC4F24C1305c3583b
Octal72304362114230530313073
Binary11101011000100111100101001100100110101110000111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AC4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AC4F2; }

 p { color: rgb(58,196,242); }

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

<style>
 a { background-color: #3AC4F2; }

 a { background-color: rgb(58,196,242); }

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

<style>
 span { border-color: #3AC4F2; }

 span { border-color: rgb(58,196,242); }

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