#34B1EB

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

Shades of Summer Sky #34B1EB

Tints of Summer Sky #34B1EB

Color information

#34B1EB (or 0x34B1EB) is unknown color: approx Summer Sky. HEX triplet: 34, B1 and EB. RGB value is (52,177,235). Sum of RGB (Red+Green+Blue) = 52+177+235=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #34B1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34B1EB is #CB4E14. Grayscale: #919191. Windows color (decimal): -13323797 or 15446324. OLE color: 15446324.

HSL color Cylindrical-coordinate representation of color #34B1EB: hue angle of 199.02º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34B1EB is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB52177235-
CMYK0.780.2500.08
HSL199.02º82.06%56.27%-
HSV(B)199.02º77.87%92.16%-
XYZ32.1338.1784.27-
YUV146.24178.0960.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.21%
GREEN value IS 177 (69.53% from 255) = 38.15%
BLUE value IS 235 (92.19% from 255) = 50.65%
R=11.21%
G=38.15%
B=50.65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal521772350.780.2500.08199.0282.0656.27
Hex34B1EB4E1908c75238
Octal642613531163101030712270
Binary110100101100011110101110011101100101000110001111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,177,235); }

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

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

 a { background-color: rgb(52,177,235); }

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

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

 span { border-color: rgb(52,177,235); }

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