Html Css Color HEX #34BCFE Summer Sky

📋 copy color: '#34BCFE'

red 52 ◦ green 188 ◦ blue 254

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

Shades of Summer Sky #34BCFE

Tints of Summer Sky #34BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 10.53%
G = 38.06%
B = 51.42%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#34BCFE (or 0x34BCFE) is known color: Summer Sky. HEX triplet: 34, BC and FE. RGB value is (52,188,254). Sum of RGB (Red+Green+Blue) = 52+188+254=494 (65% of max value = 765). Red value is 52 (20.70% from 255 or 10.53% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #34BCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #34BCFE is #CB4301. Grayscale: #9A9A9A. Windows color (decimal): -13320962 or 16694324. OLE color: 16694324.

HSL color Cylindrical-coordinate representation of color #34BCFE: hue angle of 199.6º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34BCFE is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 188 254 -
CMYK 0.80 0.26 0 0.00
HSL 199.6º 0.99% 0.6% -
HSV(B) 199.6º 0.8% 1% -
XYZ 37.29 43.85 100.26 -
YUV 154.86 183.94 54.63 -
System Red Green Blue C M Y K H S L
Decimal 52 188 254 0.80 0.26 0 0.00 199.6 0.99 0.6
Hex 34 BC FE 50 1A 0 0 C8 63 3C
Octal 64 274 376 120 32 0 0 310 143 74
Binary 110100 10111100 11111110 1010000 11010 0 0 11001000 1100011 111100

Color Harmonies of #34BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BCFE

Black with #34BCFE

Text Example


Text Example

White with #34BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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