Html Css Color HEX #34ADE8 Summer Sky

📋 copy color: '#34ADE8'

red 52 ◦ green 173 ◦ blue 232

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

Shades of Summer Sky #34ADE8

Tints of Summer Sky #34ADE8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.86%

 BLUE value IS 232 (91.02% from 255) = 50.77%

R = 11.38%
G = 37.86%
B = 50.77%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#34ADE8 (or 0x34ADE8) is known color: Summer Sky. HEX triplet: 34, AD and E8. RGB value is (52,173,232). Sum of RGB (Red+Green+Blue) = 52+173+232=457 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.38% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 232 (91.02% from 255 or 50.77% from 457); Max value from RGB is 232 - color contains mainly: blue. Hex color #34ADE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34ADE8 is #CB5217. Grayscale: #8F8F8F. Windows color (decimal): -13324824 or 15248692. OLE color: 15248692.

HSL color Cylindrical-coordinate representation of color #34ADE8: hue angle of 199.67º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ADE8 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 52 173 232 -
CMYK 0.78 0.25 0 0.09
HSL 199.67º 0.8% 0.56% -
HSV(B) 199.67º 0.78% 0.91% -
XYZ 30.93 36.44 81.75 -
YUV 143.55 177.91 62.7 -
System Red Green Blue C M Y K H S L
Decimal 52 173 232 0.78 0.25 0 0.09 199.67 0.8 0.56
Hex 34 AD E8 4E 19 0 9 C8 50 38
Octal 64 255 350 116 31 0 11 310 120 70
Binary 110100 10101101 11101000 1001110 11001 0 1001 11001000 1010000 111000

Color Harmonies of #34ADE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ADE8

Black with #34ADE8

Text Example


Text Example

White with #34ADE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,173,232); }

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

background-color css

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

 a { background-color: rgb(52,173,232); }

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

border-color css

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

 span { border-color: rgb(52,173,232); }

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