#34C3F6

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

Shades of Summer Sky #34C3F6

Tints of Summer Sky #34C3F6

Color information

#34C3F6 (or 0x34C3F6) is unknown color: approx Summer Sky. HEX triplet: 34, C3 and F6. RGB value is (52,195,246). Sum of RGB (Red+Green+Blue) = 52+195+246=493 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.55% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 246 (96.48% from 255 or 49.90% from 493); Max value from RGB is 246 - color contains mainly: blue. Hex color #34C3F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C3F6 is #CB3C09. Grayscale: #9D9D9D. Windows color (decimal): -13319178 or 16171828. OLE color: 16171828.

HSL color Cylindrical-coordinate representation of color #34C3F6: hue angle of 195.77º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34C3F6 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB52195246-
CMYK0.790.2100.04
HSL195.77º91.51%58.43%-
HSV(B)195.77º78.86%96.47%-
XYZ37.5746.4194.17-
YUV158.06177.6252.35-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.55%
GREEN value IS 195 (76.56% from 255) = 39.55%
BLUE value IS 246 (96.48% from 255) = 49.90%
R=10.55%
G=39.55%
B=49.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal521952460.790.2100.04195.7791.5158.43
Hex34C3F64F1504c45c3a
Octal64303366117250430413472
Binary11010011000011111101101001111101010100110001001011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,195,246); }

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

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

 a { background-color: rgb(52,195,246); }

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

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

 span { border-color: rgb(52,195,246); }

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