Html Css Color HEX #34BCEF Summer Sky

📋 copy color: '#34BCEF'

red 52 ◦ green 188 ◦ blue 239

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

Shades of Summer Sky #34BCEF

Tints of Summer Sky #34BCEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 10.86%
G = 39.25%
B = 49.9%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#34BCEF (or 0x34BCEF) is known color: Summer Sky. HEX triplet: 34, BC and EF. RGB value is (52,188,239). Sum of RGB (Red+Green+Blue) = 52+188+239=479 (63% of max value = 765). Red value is 52 (20.70% from 255 or 10.86% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #34BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BCEF is #CB4310. Grayscale: #989898. Windows color (decimal): -13320977 or 15711284. OLE color: 15711284.

HSL color Cylindrical-coordinate representation of color #34BCEF: hue angle of 196.36º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BCEF is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 188 239 -
CMYK 0.78 0.21 0 0.06
HSL 196.36º 0.85% 0.57% -
HSV(B) 196.36º 0.78% 0.94% -
XYZ 34.98 42.93 88.1 -
YUV 153.15 176.44 55.85 -
System Red Green Blue C M Y K H S L
Decimal 52 188 239 0.78 0.21 0 0.06 196.36 0.85 0.57
Hex 34 BC EF 4E 15 0 6 C4 55 39
Octal 64 274 357 116 25 0 6 304 125 71
Binary 110100 10111100 11101111 1001110 10101 0 110 11000100 1010101 111001

Color Harmonies of #34BCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCEF

Black with #34BCEF

Text Example


Text Example

White with #34BCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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