Html Css Color HEX #34BBDB Summer Sky

📋 copy color: '#34BBDB'

red 52 ◦ green 187 ◦ blue 219

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

Shades of Summer Sky #34BBDB

Tints of Summer Sky #34BBDB

RGB

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

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

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

R = 11.35%
G = 40.83%
B = 47.82%

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

#34BBDB (or 0x34BBDB) is known color: Summer Sky. HEX triplet: 34, BB and DB. RGB value is (52,187,219). Sum of RGB (Red+Green+Blue) = 52+187+219=458 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.35% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #34BBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BBDB is #CB4424. Grayscale: #969696. Windows color (decimal): -13321253 or 14400308. OLE color: 14400308.

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

Color convert

RGB 52 187 219 -
CMYK 0.76 0.15 0 0.14
HSL 191.5º 0.7% 0.53% -
HSV(B) 191.5º 0.76% 0.86% -
XYZ 31.97 41.39 73.32 -
YUV 150.28 166.77 57.9 -
System Red Green Blue C M Y K H S L
Decimal 52 187 219 0.76 0.15 0 0.14 191.5 0.7 0.53
Hex 34 BB DB 4C F 0 E BF 46 35
Octal 64 273 333 114 17 0 16 277 106 65
Binary 110100 10111011 11011011 1001100 1111 0 1110 10111111 1000110 110101

Color Harmonies of #34BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BBDB

Black with #34BBDB

Text Example


Text Example

White with #34BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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