Html Css Color HEX #34BBDC Summer Sky

📋 copy color: '#34BBDC'

red 52 ◦ green 187 ◦ blue 220

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

Shades of Summer Sky #34BBDC

Tints of Summer Sky #34BBDC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.74%

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 11.33%
G = 40.74%
B = 47.93%

CMYK

 C value IS 0.76

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#34BBDC (or 0x34BBDC) is known color: Summer Sky. HEX triplet: 34, BB and DC. RGB value is (52,187,220). Sum of RGB (Red+Green+Blue) = 52+187+220=459 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.33% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #34BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBDC is #CB4423. Grayscale: #969696. Windows color (decimal): -13321252 or 14465844. OLE color: 14465844.

HSL color Cylindrical-coordinate representation of color #34BBDC: hue angle of 191.79º degrees, saturation: 0.71, 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 #34BBDC is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 52 187 220 -
CMYK 0.76 0.15 0 0.14
HSL 191.79º 0.71% 0.53% -
HSV(B) 191.79º 0.76% 0.86% -
XYZ 32.1 41.44 74.02 -
YUV 150.4 167.27 57.82 -
System Red Green Blue C M Y K H S L
Decimal 52 187 220 0.76 0.15 0 0.14 191.79 0.71 0.53
Hex 34 BB DC 4C F 0 E C0 47 35
Octal 64 273 334 114 17 0 16 300 107 65
Binary 110100 10111011 11011100 1001100 1111 0 1110 11000000 1000111 110101

Color Harmonies of #34BBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBDC

Black with #34BBDC

Text Example


Text Example

White with #34BBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,187,220); }

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

background-color css

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

 a { background-color: rgb(52,187,220); }

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

border-color css

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

 span { border-color: rgb(52,187,220); }

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