Html Css Color HEX #34B8DC Summer Sky

📋 copy color: '#34B8DC'

red 52 ◦ green 184 ◦ blue 220

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

Shades of Summer Sky #34B8DC

Tints of Summer Sky #34B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 11.4%
G = 40.35%
B = 48.25%

CMYK

 C value IS 0.76

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34B8DC (or 0x34B8DC) is known color: Summer Sky. HEX triplet: 34, B8 and DC. RGB value is (52,184,220). Sum of RGB (Red+Green+Blue) = 52+184+220=456 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.40% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #34B8DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B8DC is #CB4723. Grayscale: #949494. Windows color (decimal): -13322020 or 14465076. OLE color: 14465076.

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

Color convert

RGB 52 184 220 -
CMYK 0.76 0.16 0 0.14
HSL 192.86º 0.71% 0.53% -
HSV(B) 192.86º 0.76% 0.86% -
XYZ 31.47 40.18 73.81 -
YUV 148.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 52 184 220 0.76 0.16 0 0.14 192.86 0.71 0.53
Hex 34 B8 DC 4C 10 0 E C1 47 35
Octal 64 270 334 114 20 0 16 301 107 65
Binary 110100 10111000 11011100 1001100 10000 0 1110 11000001 1000111 110101

Color Harmonies of #34B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B8DC

Black with #34B8DC

Text Example


Text Example

White with #34B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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