Html Css Color HEX #34AFCD Summer Sky

📋 copy color: '#34AFCD'

red 52 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #34AFCD

Tints of Summer Sky #34AFCD

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.51%

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

R = 12.04%
G = 40.51%
B = 47.45%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34AFCD (or 0x34AFCD) is known color: Summer Sky. HEX triplet: 34, AF and CD. RGB value is (52,175,205). Sum of RGB (Red+Green+Blue) = 52+175+205=432 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.04% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #34AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFCD is #CB5032. Grayscale: #8D8D8D. Windows color (decimal): -13324339 or 13479732. OLE color: 13479732.

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

Color convert

RGB 52 175 205 -
CMYK 0.75 0.15 0 0.20
HSL 191.76º 0.6% 0.5% -
HSV(B) 191.76º 0.75% 0.8% -
XYZ 27.77 35.8 63.2 -
YUV 141.64 163.75 64.06 -
System Red Green Blue C M Y K H S L
Decimal 52 175 205 0.75 0.15 0 0.20 191.76 0.6 0.5
Hex 34 AF CD 4B F 0 14 C0 3C 32
Octal 64 257 315 113 17 0 24 300 74 62
Binary 110100 10101111 11001101 1001011 1111 0 10100 11000000 111100 110010

Color Harmonies of #34AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFCD

Black with #34AFCD

Text Example


Text Example

White with #34AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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