Html Css Color HEX #34ADCE Summer Sky

📋 copy color: '#34ADCE'

red 52 ◦ green 173 ◦ blue 206

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

Shades of Summer Sky #34ADCE

Tints of Summer Sky #34ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 12.06%
G = 40.14%
B = 47.8%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34ADCE (or 0x34ADCE) is known color: Summer Sky. HEX triplet: 34, AD and CE. RGB value is (52,173,206). Sum of RGB (Red+Green+Blue) = 52+173+206=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #34ADCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADCE is #CB5231. Grayscale: #8C8C8C. Windows color (decimal): -13324850 or 13544756. OLE color: 13544756.

HSL color Cylindrical-coordinate representation of color #34ADCE: hue angle of 192.86º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34ADCE is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 173 206 -
CMYK 0.75 0.16 0 0.19
HSL 192.86º 0.61% 0.51% -
HSV(B) 192.86º 0.75% 0.81% -
XYZ 27.5 35.07 63.71 -
YUV 140.58 164.91 64.82 -
System Red Green Blue C M Y K H S L
Decimal 52 173 206 0.75 0.16 0 0.19 192.86 0.61 0.51
Hex 34 AD CE 4B 10 0 13 C1 3D 33
Octal 64 255 316 113 20 0 23 301 75 63
Binary 110100 10101101 11001110 1001011 10000 0 10011 11000001 111101 110011

Color Harmonies of #34ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADCE

Black with #34ADCE

Text Example


Text Example

White with #34ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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