#34CCE2

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

Shades of Summer Sky #34CCE2

Tints of Summer Sky #34CCE2

Color information

#34CCE2 (or 0x34CCE2) is unknown color: approx Summer Sky. HEX triplet: 34, CC and E2. RGB value is (52,204,226). Sum of RGB (Red+Green+Blue) = 52+204+226=482 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.79% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #34CCE2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34CCE2 is #CB331D. Grayscale: #A0A0A0. Windows color (decimal): -13316894 or 14863412. OLE color: 14863412.

HSL color Cylindrical-coordinate representation of color #34CCE2: hue angle of 187.59º degrees, saturation: 0.75, 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 #34CCE2 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52204226-
CMYK0.770.1000.11
HSL187.59º75%54.51%-
HSV(B)187.59º76.99%88.63%-
XYZ36.7449.4179.55-
YUV161.06164.6450.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.79%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 226 (88.67% from 255) = 46.89%
R=10.79%
G=42.32%
B=46.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal522042260.770.1000.11187.597554.51
Hex34CCE24DA0Bbc4b37
Octal643143421151201327411367
Binary11010011001100111000101001101101001011101111001001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34CCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,204,226); }

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

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

 a { background-color: rgb(52,204,226); }

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

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

 span { border-color: rgb(52,204,226); }

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