#34B5DC

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

Shades of Summer Sky #34B5DC

Tints of Summer Sky #34B5DC

Color information

#34B5DC (or 0x34B5DC) is unknown color: approx Summer Sky. HEX triplet: 34, B5 and DC. RGB value is (52,181,220). Sum of RGB (Red+Green+Blue) = 52+181+220=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #34B5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B5DC is #CB4A23. Grayscale: #929292. Windows color (decimal): -13322788 or 14464308. OLE color: 14464308.

HSL color Cylindrical-coordinate representation of color #34B5DC: hue angle of 193.93º 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 #34B5DC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52181220-
CMYK0.760.1800.14
HSL193.93º70.59%53.33%-
HSV(B)193.93º76.36%86.27%-
XYZ30.8638.9573.6-
YUV146.88169.2660.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 220 (86.33% from 255) = 48.57%
R=11.48%
G=39.96%
B=48.57%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521812200.760.1800.14193.9370.5953.33
Hex34B5DC4C120Ec24735
Octal642653341142201630210765
Binary110100101101011101110010011001001001110110000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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