Html Css Color HEX #34AFDC Summer Sky

📋 copy color: '#34AFDC'

red 52 ◦ green 175 ◦ blue 220

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

Shades of Summer Sky #34AFDC

Tints of Summer Sky #34AFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 11.63%
G = 39.15%
B = 49.22%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34AFDC (or 0x34AFDC) is known color: Summer Sky. HEX triplet: 34, AF and DC. RGB value is (52,175,220). Sum of RGB (Red+Green+Blue) = 52+175+220=447 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.63% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #34AFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFDC is #CB5023. Grayscale: #8F8F8F. Windows color (decimal): -13324324 or 14462772. OLE color: 14462772.

HSL color Cylindrical-coordinate representation of color #34AFDC: hue angle of 196.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34AFDC is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 175 220 -
CMYK 0.76 0.20 0 0.14
HSL 196.07º 0.71% 0.53% -
HSV(B) 196.07º 0.76% 0.86% -
XYZ 29.66 36.56 73.2 -
YUV 143.35 171.25 62.84 -
System Red Green Blue C M Y K H S L
Decimal 52 175 220 0.76 0.20 0 0.14 196.07 0.71 0.53
Hex 34 AF DC 4C 14 0 E C4 47 35
Octal 64 257 334 114 24 0 16 304 107 65
Binary 110100 10101111 11011100 1001100 10100 0 1110 11000100 1000111 110101

Color Harmonies of #34AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFDC

Black with #34AFDC

Text Example


Text Example

White with #34AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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