#3ACBFA

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

Shades of Summer Sky #3ACBFA

Tints of Summer Sky #3ACBFA

Color information

#3ACBFA (or 0x3ACBFA) is unknown color: approx Summer Sky. HEX triplet: 3A, CB and FA. RGB value is (58,203,250). Sum of RGB (Red+Green+Blue) = 58+203+250=511 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.35% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ACBFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ACBFA is #C53405. Grayscale: #A4A4A4. Windows color (decimal): -12923910 or 16436026. OLE color: 16436026.

HSL color Cylindrical-coordinate representation of color #3ACBFA: hue angle of 194.69º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ACBFA is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58203250-
CMYK0.770.1900.02
HSL194.69º95.05%60.39%-
HSV(B)194.69º76.8%98.04%-
XYZ40.3650.5198.07-
YUV165175.9651.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.35%
GREEN value IS 203 (79.69% from 255) = 39.73%
BLUE value IS 250 (98.05% from 255) = 48.92%
R=11.35%
G=39.73%
B=48.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582032500.770.1900.02194.6995.0560.39
Hex3ACBFA4D1302c35f3c
Octal72313372115230230313774
Binary1110101100101111111010100110110011010110000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ACBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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