Html Css Color HEX #34BCDE Summer Sky

📋 copy color: '#34BCDE'

red 52 ◦ green 188 ◦ blue 222

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

Shades of Summer Sky #34BCDE

Tints of Summer Sky #34BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 11.26%
G = 40.69%
B = 48.05%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34BCDE (or 0x34BCDE) is known color: Summer Sky. HEX triplet: 34, BC and DE. RGB value is (52,188,222). Sum of RGB (Red+Green+Blue) = 52+188+222=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #34BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34BCDE is #CB4321. Grayscale: #969696. Windows color (decimal): -13320994 or 14597172. OLE color: 14597172.

HSL color Cylindrical-coordinate representation of color #34BCDE: hue angle of 192º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34BCDE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 188 222 -
CMYK 0.77 0.15 0 0.13
HSL 192º 0.72% 0.54% -
HSV(B) 192º 0.77% 0.87% -
XYZ 32.58 41.97 75.49 -
YUV 151.21 167.94 57.24 -
System Red Green Blue C M Y K H S L
Decimal 52 188 222 0.77 0.15 0 0.13 192 0.72 0.54
Hex 34 BC DE 4D F 0 D C0 48 36
Octal 64 274 336 115 17 0 15 300 110 66
Binary 110100 10111100 11011110 1001101 1111 0 1101 11000000 1001000 110110

Color Harmonies of #34BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCDE

Black with #34BCDE

Text Example


Text Example

White with #34BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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