#34BED1

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

Shades of Summer Sky #34BED1

Tints of Summer Sky #34BED1

Color information

#34BED1 (or 0x34BED1) is unknown color: approx Summer Sky. HEX triplet: 34, BE and D1. RGB value is (52,190,209). Sum of RGB (Red+Green+Blue) = 52+190+209=451 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.53% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 209 (82.03% from 255 or 46.34% from 451); Max value from RGB is 209 - color contains mainly: blue. Hex color #34BED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BED1 is #CB412E. Grayscale: #969696. Windows color (decimal): -13320495 or 13745716. OLE color: 13745716.

HSL color Cylindrical-coordinate representation of color #34BED1: hue angle of 187.26º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BED1 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB52190209-
CMYK0.750.0900.18
HSL187.26º63.05%51.18%-
HSV(B)187.26º75.12%81.96%-
XYZ31.3442.1666.81-
YUV150.9160.7857.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.53%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 209 (82.03% from 255) = 46.34%
R=11.53%
G=42.13%
B=46.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal521902090.750.0900.18187.2663.0551.18
Hex34BED14B9012bb3f33
Octal64276321113110222737763
Binary11010010111110110100011001011100101001010111011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,209); }

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

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

 a { background-color: rgb(52,190,209); }

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

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

 span { border-color: rgb(52,190,209); }

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