Html Css Color HEX #34B5E5 Summer Sky

📋 copy color: '#34B5E5'

red 52 ◦ green 181 ◦ blue 229

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

Shades of Summer Sky #34B5E5

Tints of Summer Sky #34B5E5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 229 (89.84% from 255) = 49.57%

R = 11.26%
G = 39.18%
B = 49.57%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#34B5E5 (or 0x34B5E5) is known color: Summer Sky. HEX triplet: 34, B5 and E5. RGB value is (52,181,229). Sum of RGB (Red+Green+Blue) = 52+181+229=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 229 (89.84% from 255 or 49.57% from 462); Max value from RGB is 229 - color contains mainly: blue. Hex color #34B5E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #34B5E5 is #CB4A1A. Grayscale: #939393. Windows color (decimal): -13322779 or 15054132. OLE color: 15054132.

HSL color Cylindrical-coordinate representation of color #34B5E5: hue angle of 196.27º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B5E5 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 181 229 -
CMYK 0.77 0.21 0 0.10
HSL 196.27º 0.77% 0.55% -
HSV(B) 196.27º 0.77% 0.9% -
XYZ 32.08 39.43 80.05 -
YUV 147.9 173.76 59.6 -
System Red Green Blue C M Y K H S L
Decimal 52 181 229 0.77 0.21 0 0.10 196.27 0.77 0.55
Hex 34 B5 E5 4D 15 0 A C4 4D 37
Octal 64 265 345 115 25 0 12 304 115 67
Binary 110100 10110101 11100101 1001101 10101 0 1010 11000100 1001101 110111

Color Harmonies of #34B5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B5E5

Black with #34B5E5

Text Example


Text Example

White with #34B5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,181,229); }

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

background-color css

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

 a { background-color: rgb(52,181,229); }

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

border-color css

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

 span { border-color: rgb(52,181,229); }

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