#3CBAFF

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

Shades of Summer Sky #3CBAFF

Tints of Summer Sky #3CBAFF

Color information

#3CBAFF (or 0x3CBAFF) is unknown color: approx Summer Sky. HEX triplet: 3C, BA and FF. RGB value is (60,186,255). Sum of RGB (Red+Green+Blue) = 60+186+255=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CBAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBAFF is #C34500. Grayscale: #9B9B9B. Windows color (decimal): -12797185 or 16759356. OLE color: 16759356.

HSL color Cylindrical-coordinate representation of color #3CBAFF: hue angle of 201.23º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBAFF is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB60186255-
CMYK0.760.2700
HSL201.23º100%61.76%-
HSV(B)201.23º76.47%100%-
XYZ37.4743.3100.99-
YUV156.19183.7659.39-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.98%
GREEN value IS 186 (73.05% from 255) = 37.13%
BLUE value IS 255 (100% from 255) = 50.90%
R=11.98%
G=37.13%
B=50.90%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal601862550.760.2700201.2310061.76
Hex3CBAFF4C1B00c9643e
Octal74272377114330031114476
Binary111100101110101111111110011001101100110010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,255); }

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

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

 a { background-color: rgb(60,186,255); }

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

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

 span { border-color: rgb(60,186,255); }

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