#34B3CA

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

Shades of Summer Sky #34B3CA

Tints of Summer Sky #34B3CA

Color information

#34B3CA (or 0x34B3CA) is unknown color: approx Summer Sky. HEX triplet: 34, B3 and CA. RGB value is (52,179,202). Sum of RGB (Red+Green+Blue) = 52+179+202=433 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.01% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #34B3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B3CA is #CB4C35. Grayscale: #8F8F8F. Windows color (decimal): -13323318 or 13284148. OLE color: 13284148.

HSL color Cylindrical-coordinate representation of color #34B3CA: hue angle of 189.2º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B3CA is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52179202-
CMYK0.740.1100.21
HSL189.2º59.06%49.8%-
HSV(B)189.2º74.26%79.22%-
XYZ28.237.2361.58-
YUV143.65160.9262.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.01%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=12.01%
G=41.34%
B=46.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521792020.740.1100.21189.259.0649.8
Hex34B3CA4AB015bd3b32
Octal64263312112130252757362
Binary11010010110011110010101001010101101010110111101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,179,202); }

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

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

 a { background-color: rgb(52,179,202); }

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

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

 span { border-color: rgb(52,179,202); }

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