#34C2FF

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

Shades of Summer Sky #34C2FF

Tints of Summer Sky #34C2FF

Color information

#34C2FF (or 0x34C2FF) is unknown color: approx Summer Sky. HEX triplet: 34, C2 and FF. RGB value is (52,194,255). Sum of RGB (Red+Green+Blue) = 52+194+255=501 (66% of max value = 765). Red value is 52 (20.70% from 255 or 10.38% from 501); Green value is 194 (76.17% from 255 or 38.72% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #34C2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34C2FF is #CB3D00. Grayscale: #9E9E9E. Windows color (decimal): -13319425 or 16761396. OLE color: 16761396.

HSL color Cylindrical-coordinate representation of color #34C2FF: hue angle of 198.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34C2FF is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB52194255-
CMYK0.800.2400
HSL198.03º100%60.2%-
HSV(B)198.03º79.61%100%-
XYZ38.7646.53101.55-
YUV158.5182.4652.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.38%
GREEN value IS 194 (76.17% from 255) = 38.72%
BLUE value IS 255 (100% from 255) = 50.90%
R=10.38%
G=38.72%
B=50.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal521942550.800.2400198.0310060.2
Hex34C2FF501800c6643c
Octal64302377120300030614474
Binary110100110000101111111110100001100000110001101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,194,255); }

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

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

 a { background-color: rgb(52,194,255); }

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

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

 span { border-color: rgb(52,194,255); }

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