Html Css Color HEX #34ABCC Summer Sky

📋 copy color: '#34ABCC'

red 52 ◦ green 171 ◦ blue 204

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

Shades of Summer Sky #34ABCC

Tints of Summer Sky #34ABCC

RGB

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

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

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

R = 12.18%
G = 40.05%
B = 47.78%

CMYK

 C value IS 0.75

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34ABCC (or 0x34ABCC) is known color: Summer Sky. HEX triplet: 34, AB and CC. RGB value is (52,171,204). Sum of RGB (Red+Green+Blue) = 52+171+204=427 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.18% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #34ABCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABCC is #CB5433. Grayscale: #8A8A8A. Windows color (decimal): -13325364 or 13413172. OLE color: 13413172.

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

Color convert

RGB 52 171 204 -
CMYK 0.75 0.16 0 0.2
HSL 193.03º 0.6% 0.5% -
HSV(B) 193.03º 0.75% 0.8% -
XYZ 26.88 34.22 62.31 -
YUV 139.18 164.58 65.82 -
System Red Green Blue C M Y K H S L
Decimal 52 171 204 0.75 0.16 0 0.2 193.03 0.6 0.5
Hex 34 AB CC 4B 10 0 14 C1 3C 32
Octal 64 253 314 113 20 0 24 301 74 62
Binary 110100 10101011 11001100 1001011 10000 0 10100 11000001 111100 110010

Color Harmonies of #34ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABCC

Black with #34ABCC

Text Example


Text Example

White with #34ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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