#34B8D5

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

Shades of Summer Sky #34B8D5

Tints of Summer Sky #34B8D5

Color information

#34B8D5 (or 0x34B8D5) is unknown color: approx Summer Sky. HEX triplet: 34, B8 and D5. RGB value is (52,184,213). Sum of RGB (Red+Green+Blue) = 52+184+213=449 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.58% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #34B8D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8D5 is #CB472A. Grayscale: #939393. Windows color (decimal): -13322027 or 14006324. OLE color: 14006324.

HSL color Cylindrical-coordinate representation of color #34B8D5: hue angle of 190.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34B8D5 is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB52184213-
CMYK0.760.1400.16
HSL190.81º65.71%51.96%-
HSV(B)190.81º75.59%83.53%-
XYZ30.5739.8269.02-
YUV147.84164.7759.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.58%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 213 (83.59% from 255) = 47.44%
R=11.58%
G=40.98%
B=47.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal521842130.760.1400.16190.8165.7151.96
Hex34B8D54CE010bf4234
Octal642703251141602027710264
Binary110100101110001101010110011001110010000101111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,184,213); }

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

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

 a { background-color: rgb(52,184,213); }

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

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

 span { border-color: rgb(52,184,213); }

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