#34BDFF

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

Shades of Summer Sky #34BDFF

Tints of Summer Sky #34BDFF

Color information

#34BDFF (or 0x34BDFF) is unknown color: approx Summer Sky. HEX triplet: 34, BD and FF. RGB value is (52,189,255). Sum of RGB (Red+Green+Blue) = 52+189+255=496 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.48% from 496); Green value is 189 (74.22% from 255 or 38.10% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #34BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BDFF is #CB4200. Grayscale: #9B9B9B. Windows color (decimal): -13320705 or 16760116. OLE color: 16760116.

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

Color convert

RGB52189255-
CMYK0.800.2600
HSL199.51º100%60.2%-
HSV(B)199.51º79.61%100%-
XYZ37.6644.35101.18-
YUV155.56184.1154.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 10.48%
GREEN value IS 189 (74.22% from 255) = 38.10%
BLUE value IS 255 (100% from 255) = 51.41%
R=10.48%
G=38.10%
B=51.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal521892550.800.2600199.5110060.2
Hex34BDFF501A00c8643c
Octal64275377120320031014474
Binary110100101111011111111110100001101000110010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,255); }

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

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

 a { background-color: rgb(52,189,255); }

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

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

 span { border-color: rgb(52,189,255); }

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