#34BEFE

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

Shades of Summer Sky #34BEFE

Tints of Summer Sky #34BEFE

Color information

#34BEFE (or 0x34BEFE) is unknown color: approx Summer Sky. HEX triplet: 34, BE and FE. RGB value is (52,190,254). Sum of RGB (Red+Green+Blue) = 52+190+254=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #34BEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BEFE is #CB4101. Grayscale: #9B9B9B. Windows color (decimal): -13320450 or 16694836. OLE color: 16694836.

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

Color convert

RGB52190254-
CMYK0.800.2500.00
HSL199.01º99.02%60%-
HSV(B)199.01º79.53%99.61%-
XYZ37.7244.71100.41-
YUV156.03183.2853.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.48%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=10.48%
G=38.31%
B=51.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal521902540.800.2500.00199.0199.0260
Hex34BEFE501900c7633c
Octal64276376120310030714374
Binary110100101111101111111010100001100100110001111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,190,254); }

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

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

 a { background-color: rgb(52,190,254); }

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

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

 span { border-color: rgb(52,190,254); }

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