Html Css Color HEX #34C5DB Summer Sky

📋 copy color: '#34C5DB'

red 52 ◦ green 197 ◦ blue 219

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

Shades of Summer Sky #34C5DB

Tints of Summer Sky #34C5DB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.09%

 BLUE value IS 219 (85.94% from 255) = 46.79%

R = 11.11%
G = 42.09%
B = 46.79%

CMYK

 C value IS 0.76

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34C5DB (or 0x34C5DB) is known color: Summer Sky. HEX triplet: 34, C5 and DB. RGB value is (52,197,219). Sum of RGB (Red+Green+Blue) = 52+197+219=468 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.11% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #34C5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34C5DB is #CB3A24. Grayscale: #9B9B9B. Windows color (decimal): -13318693 or 14402868. OLE color: 14402868.

HSL color Cylindrical-coordinate representation of color #34C5DB: hue angle of 187.9º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34C5DB is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 197 219 -
CMYK 0.76 0.10 0 0.14
HSL 187.9º 0.7% 0.53% -
HSV(B) 187.9º 0.76% 0.86% -
XYZ 34.17 45.78 74.05 -
YUV 156.15 163.46 53.71 -
System Red Green Blue C M Y K H S L
Decimal 52 197 219 0.76 0.10 0 0.14 187.9 0.7 0.53
Hex 34 C5 DB 4C A 0 E BC 46 35
Octal 64 305 333 114 12 0 16 274 106 65
Binary 110100 11000101 11011011 1001100 1010 0 1110 10111100 1000110 110101

Color Harmonies of #34C5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34C5DB

Black with #34C5DB

Text Example


Text Example

White with #34C5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,197,219); }

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

background-color css

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

 a { background-color: rgb(52,197,219); }

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

border-color css

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

 span { border-color: rgb(52,197,219); }

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