#3CB3FA

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

Shades of Summer Sky #3CB3FA

Tints of Summer Sky #3CB3FA

Color information

#3CB3FA (or 0x3CB3FA) is unknown color: approx Summer Sky. HEX triplet: 3C, B3 and FA. RGB value is (60,179,250). Sum of RGB (Red+Green+Blue) = 60+179+250=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #3CB3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CB3FA is #C34C05. Grayscale: #979797. Windows color (decimal): -12798982 or 16429884. OLE color: 16429884.

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

Color convert

RGB60179250-
CMYK0.760.2800.02
HSL202.42º95%60.78%-
HSV(B)202.42º76%98.04%-
XYZ35.2440.196.33-
YUV151.51183.5862.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.27%
GREEN value IS 179 (70.31% from 255) = 36.61%
BLUE value IS 250 (98.05% from 255) = 51.12%
R=12.27%
G=36.61%
B=51.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal601792500.760.2800.02202.429560.78
Hex3CB3FA4C1C02ca5f3d
Octal74263372114340231213775
Binary1111001011001111111010100110011100010110010101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CB3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,179,250); }

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

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

 a { background-color: rgb(60,179,250); }

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

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

 span { border-color: rgb(60,179,250); }

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