Html Css Color HEX #34AFCC Summer Sky

📋 copy color: '#34AFCC'

red 52 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #34AFCC

Tints of Summer Sky #34AFCC

RGB

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

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

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

R = 12.06%
G = 40.6%
B = 47.33%

CMYK

 C value IS 0.75

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34AFCC (or 0x34AFCC) is known color: Summer Sky. HEX triplet: 34, AF and CC. RGB value is (52,175,204). Sum of RGB (Red+Green+Blue) = 52+175+204=431 (57% of max value = 765). Red value is 52 (20.70% from 255 or 12.06% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #34AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34AFCC is #CB5033. Grayscale: #8D8D8D. Windows color (decimal): -13324340 or 13414196. OLE color: 13414196.

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

Color convert

RGB 52 175 204 -
CMYK 0.75 0.14 0 0.2
HSL 191.45º 0.6% 0.5% -
HSV(B) 191.45º 0.75% 0.8% -
XYZ 27.65 35.75 62.57 -
YUV 141.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 52 175 204 0.75 0.14 0 0.2 191.45 0.6 0.5
Hex 34 AF CC 4B E 0 14 BF 3C 32
Octal 64 257 314 113 16 0 24 277 74 62
Binary 110100 10101111 11001100 1001011 1110 0 10100 10111111 111100 110010

Color Harmonies of #34AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34AFCC

Black with #34AFCC

Text Example


Text Example

White with #34AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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