#34B6DE

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

Shades of Summer Sky #34B6DE

Tints of Summer Sky #34B6DE

Color information

#34B6DE (or 0x34B6DE) is unknown color: approx Summer Sky. HEX triplet: 34, B6 and DE. RGB value is (52,182,222). Sum of RGB (Red+Green+Blue) = 52+182+222=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #34B6DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B6DE is #CB4921. Grayscale: #939393. Windows color (decimal): -13322530 or 14595636. OLE color: 14595636.

HSL color Cylindrical-coordinate representation of color #34B6DE: hue angle of 194.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B6DE is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52182222-
CMYK0.770.1800.13
HSL194.12º72.03%53.73%-
HSV(B)194.12º76.58%87.06%-
XYZ31.3339.4675.07-
YUV147.69169.9359.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.40%
GREEN value IS 182 (71.48% from 255) = 39.91%
BLUE value IS 222 (87.11% from 255) = 48.68%
R=11.40%
G=39.91%
B=48.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521822220.770.1800.13194.1272.0353.73
Hex34B6DE4D120Dc24836
Octal642663361152201530211066
Binary110100101101101101111010011011001001101110000101001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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