#3ACBF5

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

Shades of Summer Sky #3ACBF5

Tints of Summer Sky #3ACBF5

Color information

#3ACBF5 (or 0x3ACBF5) is unknown color: approx Summer Sky. HEX triplet: 3A, CB and F5. RGB value is (58,203,245). Sum of RGB (Red+Green+Blue) = 58+203+245=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 203 (79.69% from 255 or 40.12% from 506); Blue value is 245 (96.09% from 255 or 48.42% from 506); Max value from RGB is 245 - color contains mainly: blue. Hex color #3ACBF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBF5 is #C5340A. Grayscale: #A4A4A4. Windows color (decimal): -12923915 or 16108346. OLE color: 16108346.

HSL color Cylindrical-coordinate representation of color #3ACBF5: hue angle of 193.48º 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 #3ACBF5 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB58203245-
CMYK0.760.1700.04
HSL193.48º90.34%59.41%-
HSV(B)193.48º76.33%96.08%-
XYZ39.5850.293.99-
YUV164.43173.4652.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.46%
GREEN value IS 203 (79.69% from 255) = 40.12%
BLUE value IS 245 (96.09% from 255) = 48.42%
R=11.46%
G=40.12%
B=48.42%

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
Decimal582032450.760.1700.04193.4890.3459.41
Hex3ACBF54C1104c15a3b
Octal72313365114210430113273
Binary11101011001011111101011001100100010100110000011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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