#3ACBF3

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

Shades of Summer Sky #3ACBF3

Tints of Summer Sky #3ACBF3

Color information

#3ACBF3 (or 0x3ACBF3) is unknown color: approx Summer Sky. HEX triplet: 3A, CB and F3. RGB value is (58,203,243). Sum of RGB (Red+Green+Blue) = 58+203+243=504 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.51% from 504); Green value is 203 (79.69% from 255 or 40.28% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 243 - color contains mainly: blue. Hex color #3ACBF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBF3 is #C5340C. Grayscale: #A3A3A3. Windows color (decimal): -12923917 or 15977274. OLE color: 15977274.

HSL color Cylindrical-coordinate representation of color #3ACBF3: hue angle of 192.97º degrees, saturation: 0.89, 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 #3ACBF3 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB58203243-
CMYK0.760.1600.05
HSL192.97º88.52%59.02%-
HSV(B)192.97º76.13%95.29%-
XYZ39.2850.0892.39-
YUV164.2172.4652.25-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.51%
GREEN value IS 203 (79.69% from 255) = 40.28%
BLUE value IS 243 (95.31% from 255) = 48.21%
R=11.51%
G=40.28%
B=48.21%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582032430.760.1600.05192.9788.5259.02
Hex3ACBF34C1005c1593b
Octal72313363114200530113173
Binary11101011001011111100111001100100000101110000011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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