#34B7F0

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

Shades of Summer Sky #34B7F0

Tints of Summer Sky #34B7F0

Color information

#34B7F0 (or 0x34B7F0) is unknown color: approx Summer Sky. HEX triplet: 34, B7 and F0. RGB value is (52,183,240). Sum of RGB (Red+Green+Blue) = 52+183+240=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #34B7F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34B7F0 is #CB480F. Grayscale: #959595. Windows color (decimal): -13322256 or 15775540. OLE color: 15775540.

HSL color Cylindrical-coordinate representation of color #34B7F0: hue angle of 198.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34B7F0 is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB52183240-
CMYK0.780.2400.06
HSL198.19º86.24%57.25%-
HSV(B)198.19º78.33%94.12%-
XYZ34.0840.8988.53-
YUV150.33178.657.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.95%
GREEN value IS 183 (71.88% from 255) = 38.53%
BLUE value IS 240 (94.14% from 255) = 50.53%
R=10.95%
G=38.53%
B=50.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal521832400.780.2400.06198.1986.2457.25
Hex34B7F04E1806c65639
Octal64267360116300630612671
Binary11010010110111111100001001110110000110110001101010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B7F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B7F0; }

 p { color: rgb(52,183,240); }

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

<style>
 a { background-color: #34B7F0; }

 a { background-color: rgb(52,183,240); }

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

<style>
 span { border-color: #34B7F0; }

 span { border-color: rgb(52,183,240); }

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