#3CBBFF

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

Shades of Summer Sky #3CBBFF

Tints of Summer Sky #3CBBFF

Color information

#3CBBFF (or 0x3CBBFF) is unknown color: approx Summer Sky. HEX triplet: 3C, BB and FF. RGB value is (60,187,255). Sum of RGB (Red+Green+Blue) = 60+187+255=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CBBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBBFF is #C34400. Grayscale: #9C9C9C. Windows color (decimal): -12796929 or 16759612. OLE color: 16759612.

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

Color convert

RGB60187255-
CMYK0.760.2700
HSL200.92º100%61.76%-
HSV(B)200.92º76.47%100%-
XYZ37.6843.72101.06-
YUV156.78183.4258.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.95%
GREEN value IS 187 (73.44% from 255) = 37.25%
BLUE value IS 255 (100% from 255) = 50.80%
R=11.95%
G=37.25%
B=50.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal601872550.760.2700200.9210061.76
Hex3CBBFF4C1B00c9643e
Octal74273377114330031114476
Binary111100101110111111111110011001101100110010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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