#34B9CA

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

Shades of Summer Sky #34B9CA

Tints of Summer Sky #34B9CA

Color information

#34B9CA (or 0x34B9CA) is unknown color: approx Summer Sky. HEX triplet: 34, B9 and CA. RGB value is (52,185,202). Sum of RGB (Red+Green+Blue) = 52+185+202=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #34B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9CA is #CB4635. Grayscale: #929292. Windows color (decimal): -13321782 or 13285684. OLE color: 13285684.

HSL color Cylindrical-coordinate representation of color #34B9CA: hue angle of 186.8º 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 #34B9CA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB52185202-
CMYK0.740.0800.21
HSL186.8º59.06%49.8%-
HSV(B)186.8º74.26%79.22%-
XYZ29.4339.6961.99-
YUV147.17158.9460.12-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.85%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 202 (79.30% from 255) = 46.01%
R=11.85%
G=42.14%
B=46.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal521852020.740.0800.21186.859.0649.8
Hex34B9CA4A8015bb3b32
Octal64271312112100252737362
Binary11010010111001110010101001010100001010110111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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