#34BBE4

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

Shades of Summer Sky #34BBE4

Tints of Summer Sky #34BBE4

Color information

#34BBE4 (or 0x34BBE4) is unknown color: approx Summer Sky. HEX triplet: 34, BB and E4. RGB value is (52,187,228). Sum of RGB (Red+Green+Blue) = 52+187+228=467 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.13% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 228 (89.45% from 255 or 48.82% from 467); Max value from RGB is 228 - color contains mainly: blue. Hex color #34BBE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBE4 is #CB441B. Grayscale: #979797. Windows color (decimal): -13321244 or 14990132. OLE color: 14990132.

HSL color Cylindrical-coordinate representation of color #34BBE4: hue angle of 193.98º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BBE4 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52187228-
CMYK0.770.1800.11
HSL193.98º76.52%54.9%-
HSV(B)193.98º77.19%89.41%-
XYZ33.1941.8779.73-
YUV151.31171.2757.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.13%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 228 (89.45% from 255) = 48.82%
R=11.13%
G=40.04%
B=48.82%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal521872280.770.1800.11193.9876.5254.9
Hex34BBE44D120Bc24d37
Octal642733441152201330211567
Binary110100101110111110010010011011001001011110000101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,187,228); }

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

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

 a { background-color: rgb(52,187,228); }

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

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

 span { border-color: rgb(52,187,228); }

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