#34B7CC

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

Shades of Summer Sky #34B7CC

Tints of Summer Sky #34B7CC

Color information

#34B7CC (or 0x34B7CC) is unknown color: approx Summer Sky. HEX triplet: 34, B7 and CC. RGB value is (52,183,204). Sum of RGB (Red+Green+Blue) = 52+183+204=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #34B7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B7CC is #CB4833. Grayscale: #929292. Windows color (decimal): -13322292 or 13416244. OLE color: 13416244.

HSL color Cylindrical-coordinate representation of color #34B7CC: hue angle of 188.29º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34B7CC is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB52183204-
CMYK0.750.1000.2
HSL188.29º59.84%50.2%-
HSV(B)188.29º74.51%80%-
XYZ29.2538.9663.1-
YUV146.22160.660.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.85%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=11.85%
G=41.69%
B=46.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal521832040.750.1000.2188.2959.8450.2
Hex34B7CC4BA014bc3c32
Octal64267314113120242747462
Binary11010010110111110011001001011101001010010111100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,183,204); }

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

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

 a { background-color: rgb(52,183,204); }

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

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

 span { border-color: rgb(52,183,204); }

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