#34BFF1

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

Shades of Summer Sky #34BFF1

Tints of Summer Sky #34BFF1

Color information

#34BFF1 (or 0x34BFF1) is unknown color: approx Summer Sky. HEX triplet: 34, BF and F1. RGB value is (52,191,241). Sum of RGB (Red+Green+Blue) = 52+191+241=484 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.74% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 241 (94.53% from 255 or 49.79% from 484); Max value from RGB is 241 - color contains mainly: blue. Hex color #34BFF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFF1 is #CB400E. Grayscale: #9A9A9A. Windows color (decimal): -13320207 or 15843124. OLE color: 15843124.

HSL color Cylindrical-coordinate representation of color #34BFF1: hue angle of 195.87º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BFF1 is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB52191241-
CMYK0.780.2100.05
HSL195.87º87.1%57.45%-
HSV(B)195.87º78.42%94.51%-
XYZ35.9244.3489.88-
YUV155.14176.4554.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.74%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 241 (94.53% from 255) = 49.79%
R=10.74%
G=39.46%
B=49.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal521912410.780.2100.05195.8787.157.45
Hex34BFF14E1505c45739
Octal64277361116250530412771
Binary11010010111111111100011001110101010101110001001010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,191,241); }

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

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

 a { background-color: rgb(52,191,241); }

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

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

 span { border-color: rgb(52,191,241); }

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