Html Css Color HEX #34B9CF Summer Sky

📋 copy color: '#34B9CF'

red 52 ◦ green 185 ◦ blue 207

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

Shades of Summer Sky #34B9CF

Tints of Summer Sky #34B9CF

RGB

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

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

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

R = 11.71%
G = 41.67%
B = 46.62%

CMYK

 C value IS 0.75

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34B9CF (or 0x34B9CF) is known color: Summer Sky. HEX triplet: 34, B9 and CF. RGB value is (52,185,207). Sum of RGB (Red+Green+Blue) = 52+185+207=444 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.71% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #34B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B9CF is #CB4630. Grayscale: #939393. Windows color (decimal): -13321777 or 13613364. OLE color: 13613364.

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

Color convert

RGB 52 185 207 -
CMYK 0.75 0.11 0 0.19
HSL 188.52º 0.62% 0.51% -
HSV(B) 188.52º 0.75% 0.81% -
XYZ 30.03 39.93 65.16 -
YUV 147.74 161.44 59.71 -
System Red Green Blue C M Y K H S L
Decimal 52 185 207 0.75 0.11 0 0.19 188.52 0.62 0.51
Hex 34 B9 CF 4B B 0 13 BD 3E 33
Octal 64 271 317 113 13 0 23 275 76 63
Binary 110100 10111001 11001111 1001011 1011 0 10011 10111101 111110 110011

Color Harmonies of #34B9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B9CF

Black with #34B9CF

Text Example


Text Example

White with #34B9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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