#34B8DE

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

Shades of Summer Sky #34B8DE

Tints of Summer Sky #34B8DE

Color information

#34B8DE (or 0x34B8DE) is unknown color: approx Summer Sky. HEX triplet: 34, B8 and DE. RGB value is (52,184,222). Sum of RGB (Red+Green+Blue) = 52+184+222=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 222 (87.11% from 255 or 48.47% from 458); Max value from RGB is 222 - color contains mainly: blue. Hex color #34B8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8DE is #CB4721. Grayscale: #949494. Windows color (decimal): -13322018 or 14596148. OLE color: 14596148.

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

Color convert

RGB52184222-
CMYK0.770.1700.13
HSL193.41º72.03%53.73%-
HSV(B)193.41º76.58%87.06%-
XYZ31.7440.2875.21-
YUV148.86169.2758.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.35%
GREEN value IS 184 (72.27% from 255) = 40.17%
BLUE value IS 222 (87.11% from 255) = 48.47%
R=11.35%
G=40.17%
B=48.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521842220.770.1700.13193.4172.0353.73
Hex34B8DE4D110Dc14836
Octal642703361152101530111066
Binary110100101110001101111010011011000101101110000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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