Html Css Color HEX #34ABCE Summer Sky

📋 copy color: '#34ABCE'

red 52 ◦ green 171 ◦ blue 206

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

Shades of Summer Sky #34ABCE

Tints of Summer Sky #34ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 12.12%
G = 39.86%
B = 48.02%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34ABCE (or 0x34ABCE) is known color: Summer Sky. HEX triplet: 34, AB and CE. RGB value is (52,171,206). Sum of RGB (Red+Green+Blue) = 52+171+206=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #34ABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABCE is #CB5431. Grayscale: #8B8B8B. Windows color (decimal): -13325362 or 13544244. OLE color: 13544244.

HSL color Cylindrical-coordinate representation of color #34ABCE: hue angle of 193.64º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34ABCE is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 171 206 -
CMYK 0.75 0.17 0 0.19
HSL 193.64º 0.61% 0.51% -
HSV(B) 193.64º 0.75% 0.81% -
XYZ 27.12 34.31 63.59 -
YUV 139.41 165.58 65.65 -
System Red Green Blue C M Y K H S L
Decimal 52 171 206 0.75 0.17 0 0.19 193.64 0.61 0.51
Hex 34 AB CE 4B 11 0 13 C2 3D 33
Octal 64 253 316 113 21 0 23 302 75 63
Binary 110100 10101011 11001110 1001011 10001 0 10011 11000010 111101 110011

Color Harmonies of #34ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABCE

Black with #34ABCE

Text Example


Text Example

White with #34ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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