#34ACFD

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

Shades of Summer Sky #34ACFD

Tints of Summer Sky #34ACFD

Color information

#34ACFD (or 0x34ACFD) is unknown color: approx Summer Sky. HEX triplet: 34, AC and FD. RGB value is (52,172,253). Sum of RGB (Red+Green+Blue) = 52+172+253=477 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.90% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 253 (99.22% from 255 or 53.04% from 477); Max value from RGB is 253 - color contains mainly: blue. Hex color #34ACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ACFD is #CB5302. Grayscale: #909090. Windows color (decimal): -13325059 or 16624692. OLE color: 16624692.

HSL color Cylindrical-coordinate representation of color #34ACFD: hue angle of 204.18º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34ACFD is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB52172253-
CMYK0.790.3200.01
HSL204.18º98.05%59.8%-
HSV(B)204.18º79.45%99.22%-
XYZ33.937.3398.35-
YUV145.35188.7461.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.90%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 253 (99.22% from 255) = 53.04%
R=10.90%
G=36.06%
B=53.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal521722530.790.3200.01204.1898.0559.8
Hex34ACFD4F2001cc623c
Octal64254375117400131414274
Binary1101001010110011111101100111110000001110011001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ACFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,172,253); }

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

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

 a { background-color: rgb(52,172,253); }

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

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

 span { border-color: rgb(52,172,253); }

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