#34C0F2

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

Shades of Summer Sky #34C0F2

Tints of Summer Sky #34C0F2

Color information

#34C0F2 (or 0x34C0F2) is unknown color: approx Summer Sky. HEX triplet: 34, C0 and F2. RGB value is (52,192,242). Sum of RGB (Red+Green+Blue) = 52+192+242=486 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.70% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 242 (94.92% from 255 or 49.79% from 486); Max value from RGB is 242 - color contains mainly: blue. Hex color #34C0F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C0F2 is #CB3F0D. Grayscale: #9B9B9B. Windows color (decimal): -13319950 or 15908916. OLE color: 15908916.

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

Color convert

RGB52192242-
CMYK0.790.2100.05
HSL195.79º87.96%57.65%-
HSV(B)195.79º78.51%94.9%-
XYZ36.2944.8490.75-
YUV155.84176.6253.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.70%
GREEN value IS 192 (75.39% from 255) = 39.51%
BLUE value IS 242 (94.92% from 255) = 49.79%
R=10.70%
G=39.51%
B=49.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521922420.790.2100.05195.7987.9657.65
Hex34C0F24F1505c4583a
Octal64300362117250530413072
Binary11010011000000111100101001111101010101110001001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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