Html Css Color HEX #34BDDA Summer Sky

📋 copy color: '#34BDDA'

red 52 ◦ green 189 ◦ blue 218

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

Shades of Summer Sky #34BDDA

Tints of Summer Sky #34BDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.49%

R = 11.33%
G = 41.18%
B = 47.49%

CMYK

 C value IS 0.76

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#34BDDA (or 0x34BDDA) is known color: Summer Sky. HEX triplet: 34, BD and DA. RGB value is (52,189,218). Sum of RGB (Red+Green+Blue) = 52+189+218=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #34BDDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BDDA is #CB4225. Grayscale: #979797. Windows color (decimal): -13320742 or 14335284. OLE color: 14335284.

HSL color Cylindrical-coordinate representation of color #34BDDA: hue angle of 190.48º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34BDDA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 189 218 -
CMYK 0.76 0.13 0 0.15
HSL 190.48º 0.69% 0.53% -
HSV(B) 190.48º 0.76% 0.85% -
XYZ 32.27 42.19 72.77 -
YUV 151.34 165.61 57.14 -
System Red Green Blue C M Y K H S L
Decimal 52 189 218 0.76 0.13 0 0.15 190.48 0.69 0.53
Hex 34 BD DA 4C D 0 F BE 45 35
Octal 64 275 332 114 15 0 17 276 105 65
Binary 110100 10111101 11011010 1001100 1101 0 1111 10111110 1000101 110101

Color Harmonies of #34BDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BDDA

Black with #34BDDA

Text Example


Text Example

White with #34BDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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