Html Css Color HEX #34ABCD Summer Sky

📋 copy color: '#34ABCD'

red 52 ◦ green 171 ◦ blue 205

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

Shades of Summer Sky #34ABCD

Tints of Summer Sky #34ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.95%

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

R = 12.15%
G = 39.95%
B = 47.9%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34ABCD (or 0x34ABCD) is known color: Summer Sky. HEX triplet: 34, AB and CD. RGB value is (52,171,205). Sum of RGB (Red+Green+Blue) = 52+171+205=428 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.15% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #34ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABCD is #CB5432. Grayscale: #8B8B8B. Windows color (decimal): -13325363 or 13478708. OLE color: 13478708.

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

Color convert

RGB 52 171 205 -
CMYK 0.75 0.17 0 0.20
HSL 193.33º 0.6% 0.5% -
HSV(B) 193.33º 0.75% 0.8% -
XYZ 27 34.26 62.95 -
YUV 139.3 165.08 65.74 -
System Red Green Blue C M Y K H S L
Decimal 52 171 205 0.75 0.17 0 0.20 193.33 0.6 0.5
Hex 34 AB CD 4B 11 0 14 C1 3C 32
Octal 64 253 315 113 21 0 24 301 74 62
Binary 110100 10101011 11001101 1001011 10001 0 10100 11000001 111100 110010

Color Harmonies of #34ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABCD

Black with #34ABCD

Text Example


Text Example

White with #34ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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