#34BFF7

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

Shades of Summer Sky #34BFF7

Tints of Summer Sky #34BFF7

Color information

#34BFF7 (or 0x34BFF7) is unknown color: approx Summer Sky. HEX triplet: 34, BF and F7. RGB value is (52,191,247). Sum of RGB (Red+Green+Blue) = 52+191+247=490 (64% of max value = 765). Red value is 52 (20.70% from 255 or 10.61% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #34BFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BFF7 is #CB4008. Grayscale: #9B9B9B. Windows color (decimal): -13320201 or 16236340. OLE color: 16236340.

HSL color Cylindrical-coordinate representation of color #34BFF7: hue angle of 197.23º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34BFF7 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52191247-
CMYK0.790.2300.03
HSL197.23º92.42%58.63%-
HSV(B)197.23º78.95%96.86%-
XYZ36.8444.7194.68-
YUV155.82179.4553.95-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.61%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 247 (96.88% from 255) = 50.41%
R=10.61%
G=38.98%
B=50.41%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521912470.790.2300.03197.2392.4258.63
Hex34BFF74F1703c55c3b
Octal64277367117270330513473
Binary1101001011111111110111100111110111011110001011011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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