#34BFDD

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

Shades of Summer Sky #34BFDD

Tints of Summer Sky #34BFDD

Color information

#34BFDD (or 0x34BFDD) is unknown color: approx Summer Sky. HEX triplet: 34, BF and DD. RGB value is (52,191,221). Sum of RGB (Red+Green+Blue) = 52+191+221=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #34BFDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BFDD is #CB4022. Grayscale: #989898. Windows color (decimal): -13320227 or 14532404. OLE color: 14532404.

HSL color Cylindrical-coordinate representation of color #34BFDD: hue angle of 190.65º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BFDD is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB52191221-
CMYK0.760.1400.13
HSL190.65º71.31%53.53%-
HSV(B)190.65º76.47%86.67%-
XYZ33.143.2175-
YUV152.86166.4556.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.21%
GREEN value IS 191 (75% from 255) = 41.16%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=11.21%
G=41.16%
B=47.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal521912210.760.1400.13190.6571.3153.53
Hex34BFDD4CE0Dbf4736
Octal642773351141601527710766
Binary11010010111111110111011001100111001101101111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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