#34B6DC

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

Shades of Summer Sky #34B6DC

Tints of Summer Sky #34B6DC

Color information

#34B6DC (or 0x34B6DC) is unknown color: approx Summer Sky. HEX triplet: 34, B6 and DC. RGB value is (52,182,220). Sum of RGB (Red+Green+Blue) = 52+182+220=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #34B6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B6DC is #CB4923. Grayscale: #939393. Windows color (decimal): -13322532 or 14464564. OLE color: 14464564.

HSL color Cylindrical-coordinate representation of color #34B6DC: hue angle of 193.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34B6DC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52182220-
CMYK0.760.1700.14
HSL193.57º70.59%53.33%-
HSV(B)193.57º76.36%86.27%-
XYZ31.0639.3573.67-
YUV147.46168.9359.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 182 (71.48% from 255) = 40.09%
BLUE value IS 220 (86.33% from 255) = 48.46%
R=11.45%
G=40.09%
B=48.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521822200.760.1700.14193.5770.5953.33
Hex34B6DC4C110Ec24735
Octal642663341142101630210765
Binary110100101101101101110010011001000101110110000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,220); }

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

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

 a { background-color: rgb(52,182,220); }

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

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

 span { border-color: rgb(52,182,220); }

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