#34B0DE

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

Shades of Summer Sky #34B0DE

Tints of Summer Sky #34B0DE

Color information

#34B0DE (or 0x34B0DE) is unknown color: approx Summer Sky. HEX triplet: 34, B0 and DE. RGB value is (52,176,222). Sum of RGB (Red+Green+Blue) = 52+176+222=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #34B0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34B0DE is #CB4F21. Grayscale: #8F8F8F. Windows color (decimal): -13324066 or 14594100. OLE color: 14594100.

HSL color Cylindrical-coordinate representation of color #34B0DE: hue angle of 196.24º 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 #34B0DE is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52176222-
CMYK0.770.2100.13
HSL196.24º72.03%53.73%-
HSV(B)196.24º76.58%87.06%-
XYZ30.1337.0574.67-
YUV144.17171.9262.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.56%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=11.56%
G=39.11%
B=49.33%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521762220.770.2100.13196.2472.0353.73
Hex34B0DE4D150Dc44836
Octal642603361152501530411066
Binary110100101100001101111010011011010101101110001001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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