#3ACCF5

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

Shades of Summer Sky #3ACCF5

Tints of Summer Sky #3ACCF5

Color information

#3ACCF5 (or 0x3ACCF5) is unknown color: approx Summer Sky. HEX triplet: 3A, CC and F5. RGB value is (58,204,245). Sum of RGB (Red+Green+Blue) = 58+204+245=507 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.44% from 507); Green value is 204 (80.08% from 255 or 40.24% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #3ACCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACCF5 is #C5330A. Grayscale: #A4A4A4. Windows color (decimal): -12923659 or 16108602. OLE color: 16108602.

HSL color Cylindrical-coordinate representation of color #3ACCF5: hue angle of 193.16º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ACCF5 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB58204245-
CMYK0.760.1700.04
HSL193.16º90.34%59.41%-
HSV(B)193.16º76.33%96.08%-
XYZ39.8250.6894.07-
YUV165.02173.1351.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.44%
GREEN value IS 204 (80.08% from 255) = 40.24%
BLUE value IS 245 (96.09% from 255) = 48.32%
R=11.44%
G=40.24%
B=48.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582042450.760.1700.04193.1690.3459.41
Hex3ACCF54C1104c15a3b
Octal72314365114210430113273
Binary11101011001100111101011001100100010100110000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,204,245); }

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

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

 a { background-color: rgb(58,204,245); }

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

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

 span { border-color: rgb(58,204,245); }

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