Html Css Color HEX #34ABEF Summer Sky

📋 copy color: '#34ABEF'

red 52 ◦ green 171 ◦ blue 239

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

Shades of Summer Sky #34ABEF

Tints of Summer Sky #34ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 11.26%
G = 37.01%
B = 51.73%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#34ABEF (or 0x34ABEF) is known color: Summer Sky. HEX triplet: 34, AB and EF. RGB value is (52,171,239). Sum of RGB (Red+Green+Blue) = 52+171+239=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #34ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ABEF is #CB5410. Grayscale: #8E8E8E. Windows color (decimal): -13325329 or 15706932. OLE color: 15706932.

HSL color Cylindrical-coordinate representation of color #34ABEF: hue angle of 201.82º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ABEF is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 171 239 -
CMYK 0.78 0.28 0 0.06
HSL 201.82º 0.85% 0.57% -
HSV(B) 201.82º 0.78% 0.94% -
XYZ 31.56 36.09 86.96 -
YUV 143.17 182.08 62.97 -
System Red Green Blue C M Y K H S L
Decimal 52 171 239 0.78 0.28 0 0.06 201.82 0.85 0.57
Hex 34 AB EF 4E 1C 0 6 CA 55 39
Octal 64 253 357 116 34 0 6 312 125 71
Binary 110100 10101011 11101111 1001110 11100 0 110 11001010 1010101 111001

Color Harmonies of #34ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABEF

Black with #34ABEF

Text Example


Text Example

White with #34ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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