Html Css Color HEX #34C9DC Summer Sky

📋 copy color: '#34C9DC'

red 52 ◦ green 201 ◦ blue 220

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

Shades of Summer Sky #34C9DC

Tints of Summer Sky #34C9DC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.49%

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

R = 10.99%
G = 42.49%
B = 46.51%

CMYK

 C value IS 0.76

 M value IS 0.09

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34C9DC (or 0x34C9DC) is known color: Summer Sky. HEX triplet: 34, C9 and DC. RGB value is (52,201,220). Sum of RGB (Red+Green+Blue) = 52+201+220=473 (62% of max value = 765). Red value is 52 (20.70% from 255 or 10.99% from 473); Green value is 201 (78.91% from 255 or 42.49% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #34C9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C9DC is #CB3623. Grayscale: #9E9E9E. Windows color (decimal): -13317668 or 14469428. OLE color: 14469428.

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

Color convert

RGB 52 201 220 -
CMYK 0.76 0.09 0 0.14
HSL 186.79º 0.71% 0.53% -
HSV(B) 186.79º 0.76% 0.86% -
XYZ 35.22 47.67 75.06 -
YUV 158.62 162.64 51.96 -
System Red Green Blue C M Y K H S L
Decimal 52 201 220 0.76 0.09 0 0.14 186.79 0.71 0.53
Hex 34 C9 DC 4C 9 0 E BB 47 35
Octal 64 311 334 114 11 0 16 273 107 65
Binary 110100 11001001 11011100 1001100 1001 0 1110 10111011 1000111 110101

Color Harmonies of #34C9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C9DC

Black with #34C9DC

Text Example


Text Example

White with #34C9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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