Html Css Color HEX #34BCCD Summer Sky

📋 copy color: '#34BCCD'

red 52 ◦ green 188 ◦ blue 205

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

Shades of Summer Sky #34BCCD

Tints of Summer Sky #34BCCD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.25%

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 11.69%
G = 42.25%
B = 46.07%

CMYK

 C value IS 0.75

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34BCCD (or 0x34BCCD) is known color: Summer Sky. HEX triplet: 34, BC and CD. RGB value is (52,188,205). Sum of RGB (Red+Green+Blue) = 52+188+205=445 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.69% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #34BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCCD is #CB4332. Grayscale: #959595. Windows color (decimal): -13321011 or 13483060. OLE color: 13483060.

HSL color Cylindrical-coordinate representation of color #34BCCD: hue angle of 186.67º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34BCCD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 188 205 -
CMYK 0.75 0.08 0 0.20
HSL 186.67º 0.6% 0.5% -
HSV(B) 186.67º 0.75% 0.8% -
XYZ 30.42 41.1 64.09 -
YUV 149.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 52 188 205 0.75 0.08 0 0.20 186.67 0.6 0.5
Hex 34 BC CD 4B 8 0 14 BB 3C 32
Octal 64 274 315 113 10 0 24 273 74 62
Binary 110100 10111100 11001101 1001011 1000 0 10100 10111011 111100 110010

Color Harmonies of #34BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCCD

Black with #34BCCD

Text Example


Text Example

White with #34BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,188,205); }

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

background-color css

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

 a { background-color: rgb(52,188,205); }

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

border-color css

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

 span { border-color: rgb(52,188,205); }

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