#34C0F7

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

Shades of Summer Sky #34C0F7

Tints of Summer Sky #34C0F7

Color information

#34C0F7 (or 0x34C0F7) is unknown color: approx Summer Sky. HEX triplet: 34, C0 and F7. RGB value is (52,192,247). Sum of RGB (Red+Green+Blue) = 52+192+247=491 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.59% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 247 (96.88% from 255 or 50.31% from 491); Max value from RGB is 247 - color contains mainly: blue. Hex color #34C0F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C0F7 is #CB3F08. Grayscale: #9C9C9C. Windows color (decimal): -13319945 or 16236596. OLE color: 16236596.

HSL color Cylindrical-coordinate representation of color #34C0F7: hue angle of 196.92º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34C0F7 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52192247-
CMYK0.790.2200.03
HSL196.92º92.42%58.63%-
HSV(B)196.92º78.95%96.86%-
XYZ37.0545.1494.76-
YUV156.41179.1253.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.59%
GREEN value IS 192 (75.39% from 255) = 39.10%
BLUE value IS 247 (96.88% from 255) = 50.31%
R=10.59%
G=39.10%
B=50.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521922470.790.2200.03196.9292.4258.63
Hex34C0F74F1603c55c3b
Octal64300367117260330513473
Binary1101001100000011110111100111110110011110001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,192,247); }

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

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

 a { background-color: rgb(52,192,247); }

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

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

 span { border-color: rgb(52,192,247); }

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