Html Css Color HEX #34ADCD Summer Sky

📋 copy color: '#34ADCD'

red 52 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #34ADCD

Tints of Summer Sky #34ADCD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 12.09%
G = 40.23%
B = 47.67%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34ADCD (or 0x34ADCD) is known color: Summer Sky. HEX triplet: 34, AD and CD. RGB value is (52,173,205). Sum of RGB (Red+Green+Blue) = 52+173+205=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #34ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADCD is #CB5232. Grayscale: #8C8C8C. Windows color (decimal): -13324851 or 13479220. OLE color: 13479220.

HSL color Cylindrical-coordinate representation of color #34ADCD: hue angle of 192.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34ADCD is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 173 205 -
CMYK 0.75 0.16 0 0.20
HSL 192.55º 0.6% 0.5% -
HSV(B) 192.55º 0.75% 0.8% -
XYZ 27.38 35.02 63.08 -
YUV 140.47 164.41 64.9 -
System Red Green Blue C M Y K H S L
Decimal 52 173 205 0.75 0.16 0 0.20 192.55 0.6 0.5
Hex 34 AD CD 4B 10 0 14 C1 3C 32
Octal 64 255 315 113 20 0 24 301 74 62
Binary 110100 10101101 11001101 1001011 10000 0 10100 11000001 111100 110010

Color Harmonies of #34ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADCD

Black with #34ADCD

Text Example


Text Example

White with #34ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,205); }

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

background-color css

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

 a { background-color: rgb(52,173,205); }

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

border-color css

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

 span { border-color: rgb(52,173,205); }

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