#34BDD4

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

Shades of Summer Sky #34BDD4

Tints of Summer Sky #34BDD4

Color information

#34BDD4 (or 0x34BDD4) is unknown color: approx Summer Sky. HEX triplet: 34, BD and D4. RGB value is (52,189,212). Sum of RGB (Red+Green+Blue) = 52+189+212=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #34BDD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDD4 is #CB422B. Grayscale: #969696. Windows color (decimal): -13320748 or 13942068. OLE color: 13942068.

HSL color Cylindrical-coordinate representation of color #34BDD4: hue angle of 188.62º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BDD4 is Cyan = 0.75, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB52189212-
CMYK0.750.1100.17
HSL188.62º65.04%51.76%-
HSV(B)188.62º75.47%83.14%-
XYZ31.541.8868.71-
YUV150.66162.6157.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 189 (74.22% from 255) = 41.72%
BLUE value IS 212 (83.20% from 255) = 46.80%
R=11.48%
G=41.72%
B=46.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal521892120.750.1100.17188.6265.0451.76
Hex34BDD44BB011bd4134
Octal642753241131302127510164
Binary110100101111011101010010010111011010001101111011000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,212); }

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

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

 a { background-color: rgb(52,189,212); }

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

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

 span { border-color: rgb(52,189,212); }

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