#3BC4FF

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

Shades of Summer Sky #3BC4FF

Tints of Summer Sky #3BC4FF

Color information

#3BC4FF (or 0x3BC4FF) is unknown color: approx Summer Sky. HEX triplet: 3B, C4 and FF. RGB value is (59,196,255). Sum of RGB (Red+Green+Blue) = 59+196+255=510 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.57% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BC4FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BC4FF is #C43B00. Grayscale: #A1A1A1. Windows color (decimal): -12860161 or 16761915. OLE color: 16761915.

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

Color convert

RGB59196255-
CMYK0.770.2300
HSL198.06º100%61.57%-
HSV(B)198.06º76.86%100%-
XYZ39.5947.63101.71-
YUV161.76180.6154.7-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.57%
GREEN value IS 196 (76.95% from 255) = 38.43%
BLUE value IS 255 (100% from 255) = 50%
R=11.57%
G=38.43%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal591962550.770.2300198.0610061.57
Hex3BC4FF4D1700c6643e
Octal73304377115270030614476
Binary111011110001001111111110011011011100110001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,196,255); }

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

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

 a { background-color: rgb(59,196,255); }

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

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

 span { border-color: rgb(59,196,255); }

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