Html Css Color HEX #34BDDB Summer Sky

📋 copy color: '#34BDDB'

red 52 ◦ green 189 ◦ blue 219

#34BDDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #34BDDB

Tints of Summer Sky #34BDDB

RGB

 RED value IS 52 (20.7% from 255) = 11.3%

 GREEN value IS 189 (74.22% from 255) = 41.09%

 BLUE value IS 219 (85.94% from 255) = 47.61%

R = 11.3%
G = 41.09%
B = 47.61%

CMYK

 C value IS 0.76

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34BDDB (or 0x34BDDB) is known color: Summer Sky. HEX triplet: 34, BD and DB. RGB value is (52,189,219). Sum of RGB (Red+Green+Blue) = 52+189+219=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #34BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDDB is #CB4224. Grayscale: #979797. Windows color (decimal): -13320741 or 14400820. OLE color: 14400820.

HSL color Cylindrical-coordinate representation of color #34BDDB: hue angle of 190.78º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BDDB is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 189 219 -
CMYK 0.76 0.14 0 0.14
HSL 190.78º 0.7% 0.53% -
HSV(B) 190.78º 0.76% 0.86% -
XYZ 32.4 42.24 73.46 -
YUV 151.46 166.11 57.06 -
System Red Green Blue C M Y K H S L
Decimal 52 189 219 0.76 0.14 0 0.14 190.78 0.7 0.53
Hex 34 BD DB 4C E 0 E BF 46 35
Octal 64 275 333 114 16 0 16 277 106 65
Binary 110100 10111101 11011011 1001100 1110 0 1110 10111111 1000110 110101

Color Harmonies of #34BDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BDDB

Black with #34BDDB

Text Example


Text Example

White with #34BDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BDDB;
 }
 .AnyTagClassName
 {
   color: #34BDDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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