Html Css Color HEX #34B9CA Summer Sky

📋 copy color: '#34B9CA'

red 52 ◦ green 185 ◦ blue 202

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

Shades of Summer Sky #34B9CA

Tints of Summer Sky #34B9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.14%

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 11.85%
G = 42.14%
B = 46.01%

CMYK

 C value IS 0.74

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#34B9CA (or 0x34B9CA) is known color: Summer Sky. HEX triplet: 34, B9 and CA. RGB value is (52,185,202). Sum of RGB (Red+Green+Blue) = 52+185+202=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #34B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9CA is #CB4635. Grayscale: #929292. Windows color (decimal): -13321782 or 13285684. OLE color: 13285684.

HSL color Cylindrical-coordinate representation of color #34B9CA: hue angle of 186.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34B9CA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 185 202 -
CMYK 0.74 0.08 0 0.21
HSL 186.8º 0.59% 0.5% -
HSV(B) 186.8º 0.74% 0.79% -
XYZ 29.43 39.69 61.99 -
YUV 147.17 158.94 60.12 -
System Red Green Blue C M Y K H S L
Decimal 52 185 202 0.74 0.08 0 0.21 186.8 0.59 0.5
Hex 34 B9 CA 4A 8 0 15 BB 3B 32
Octal 64 271 312 112 10 0 25 273 73 62
Binary 110100 10111001 11001010 1001010 1000 0 10101 10111011 111011 110010

Color Harmonies of #34B9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B9CA

Black with #34B9CA

Text Example


Text Example

White with #34B9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,185,202); }

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

background-color css

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

 a { background-color: rgb(52,185,202); }

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

border-color css

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

 span { border-color: rgb(52,185,202); }

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