Html Css Color HEX #34ACDA Summer Sky

📋 copy color: '#34ACDA'

red 52 ◦ green 172 ◦ blue 218

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

Shades of Summer Sky #34ACDA

Tints of Summer Sky #34ACDA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.91%

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 11.76%
G = 38.91%
B = 49.32%

CMYK

 C value IS 0.76

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#34ACDA (or 0x34ACDA) is known color: Summer Sky. HEX triplet: 34, AC and DA. RGB value is (52,172,218). Sum of RGB (Red+Green+Blue) = 52+172+218=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #34ACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ACDA is #CB5325. Grayscale: #8D8D8D. Windows color (decimal): -13325094 or 14330932. OLE color: 14330932.

HSL color Cylindrical-coordinate representation of color #34ACDA: hue angle of 196.63º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34ACDA is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 172 218 -
CMYK 0.76 0.21 0 0.15
HSL 196.63º 0.69% 0.53% -
HSV(B) 196.63º 0.76% 0.85% -
XYZ 28.82 35.3 71.62 -
YUV 141.36 171.24 64.26 -
System Red Green Blue C M Y K H S L
Decimal 52 172 218 0.76 0.21 0 0.15 196.63 0.69 0.53
Hex 34 AC DA 4C 15 0 F C5 45 35
Octal 64 254 332 114 25 0 17 305 105 65
Binary 110100 10101100 11011010 1001100 10101 0 1111 11000101 1000101 110101

Color Harmonies of #34ACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ACDA

Black with #34ACDA

Text Example


Text Example

White with #34ACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,172,218); }

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

background-color css

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

 a { background-color: rgb(52,172,218); }

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

border-color css

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

 span { border-color: rgb(52,172,218); }

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