#34ACFB

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

Shades of Summer Sky #34ACFB

Tints of Summer Sky #34ACFB

Color information

#34ACFB (or 0x34ACFB) is unknown color: approx Summer Sky. HEX triplet: 34, AC and FB. RGB value is (52,172,251). Sum of RGB (Red+Green+Blue) = 52+172+251=475 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.95% from 475); Green value is 172 (67.58% from 255 or 36.21% from 475); Blue value is 251 (98.44% from 255 or 52.84% from 475); Max value from RGB is 251 - color contains mainly: blue. Hex color #34ACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ACFB is #CB5304. Grayscale: #909090. Windows color (decimal): -13325061 or 16493620. OLE color: 16493620.

HSL color Cylindrical-coordinate representation of color #34ACFB: hue angle of 203.82º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34ACFB is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52172251-
CMYK0.790.3100.02
HSL203.82º96.14%59.41%-
HSV(B)203.82º79.28%98.43%-
XYZ33.5837.296.68-
YUV145.13187.7461.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.95%
GREEN value IS 172 (67.58% from 255) = 36.21%
BLUE value IS 251 (98.44% from 255) = 52.84%
R=10.95%
G=36.21%
B=52.84%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521722510.790.3100.02203.8296.1459.41
Hex34ACFB4F1F02cc603b
Octal64254373117370231414073
Binary1101001010110011111011100111111111010110011001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34ACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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