Html Css Color HEX #34ABCF Summer Sky

📋 copy color: '#34ABCF'

red 52 ◦ green 171 ◦ blue 207

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

Shades of Summer Sky #34ABCF

Tints of Summer Sky #34ABCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 12.09%
G = 39.77%
B = 48.14%

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

#34ABCF (or 0x34ABCF) is known color: Summer Sky. HEX triplet: 34, AB and CF. RGB value is (52,171,207). Sum of RGB (Red+Green+Blue) = 52+171+207=430 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.09% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #34ABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34ABCF is #CB5430. Grayscale: #8B8B8B. Windows color (decimal): -13325361 or 13609780. OLE color: 13609780.

HSL color Cylindrical-coordinate representation of color #34ABCF: hue angle of 193.94º degrees, saturation: 0.62, 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 #34ABCF is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 171 207 -
CMYK 0.75 0.17 0 0.19
HSL 193.94º 0.62% 0.51% -
HSV(B) 193.94º 0.75% 0.81% -
XYZ 27.24 34.36 64.23 -
YUV 139.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 52 171 207 0.75 0.17 0 0.19 193.94 0.62 0.51
Hex 34 AB CF 4B 11 0 13 C2 3E 33
Octal 64 253 317 113 21 0 23 302 76 63
Binary 110100 10101011 11001111 1001011 10001 0 10011 11000010 111110 110011

Color Harmonies of #34ABCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ABCF

Black with #34ABCF

Text Example


Text Example

White with #34ABCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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