Html Css Color HEX #34ADCC Summer Sky

📋 copy color: '#34ADCC'

red 52 ◦ green 173 ◦ blue 204

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

Shades of Summer Sky #34ADCC

Tints of Summer Sky #34ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 12.12%
G = 40.33%
B = 47.55%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34ADCC (or 0x34ADCC) is known color: Summer Sky. HEX triplet: 34, AD and CC. RGB value is (52,173,204). Sum of RGB (Red+Green+Blue) = 52+173+204=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #34ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ADCC is #CB5233. Grayscale: #8C8C8C. Windows color (decimal): -13324852 or 13413684. OLE color: 13413684.

HSL color Cylindrical-coordinate representation of color #34ADCC: hue angle of 192.24º 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 #34ADCC is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 173 204 -
CMYK 0.75 0.15 0 0.2
HSL 192.24º 0.6% 0.5% -
HSV(B) 192.24º 0.75% 0.8% -
XYZ 27.26 34.98 62.44 -
YUV 140.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 52 173 204 0.75 0.15 0 0.2 192.24 0.6 0.5
Hex 34 AD CC 4B F 0 14 C0 3C 32
Octal 64 255 314 113 17 0 24 300 74 62
Binary 110100 10101101 11001100 1001011 1111 0 10100 11000000 111100 110010

Color Harmonies of #34ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADCC

Black with #34ADCC

Text Example


Text Example

White with #34ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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