Html Css Color HEX #34B7DC Summer Sky

📋 copy color: '#34B7DC'

red 52 ◦ green 183 ◦ blue 220

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

Shades of Summer Sky #34B7DC

Tints of Summer Sky #34B7DC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.22%

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 11.43%
G = 40.22%
B = 48.35%

CMYK

 C value IS 0.76

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34B7DC (or 0x34B7DC) is known color: Summer Sky. HEX triplet: 34, B7 and DC. RGB value is (52,183,220). Sum of RGB (Red+Green+Blue) = 52+183+220=455 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.43% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #34B7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B7DC is #CB4823. Grayscale: #939393. Windows color (decimal): -13322276 or 14464820. OLE color: 14464820.

HSL color Cylindrical-coordinate representation of color #34B7DC: hue angle of 193.21º degrees, saturation: 0.71, 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 #34B7DC is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 183 220 -
CMYK 0.76 0.17 0 0.14
HSL 193.21º 0.71% 0.53% -
HSV(B) 193.21º 0.76% 0.86% -
XYZ 31.27 39.76 73.74 -
YUV 148.05 168.6 59.49 -
System Red Green Blue C M Y K H S L
Decimal 52 183 220 0.76 0.17 0 0.14 193.21 0.71 0.53
Hex 34 B7 DC 4C 11 0 E C1 47 35
Octal 64 267 334 114 21 0 16 301 107 65
Binary 110100 10110111 11011100 1001100 10001 0 1110 11000001 1000111 110101

Color Harmonies of #34B7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B7DC

Black with #34B7DC

Text Example


Text Example

White with #34B7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,183,220); }

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

background-color css

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

 a { background-color: rgb(52,183,220); }

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

border-color css

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

 span { border-color: rgb(52,183,220); }

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