Html Css Color HEX #34A8CE Summer Sky

📋 copy color: '#34A8CE'

red 52 ◦ green 168 ◦ blue 206

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

Shades of Summer Sky #34A8CE

Tints of Summer Sky #34A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 206 (80.86% from 255) = 48.36%

R = 12.21%
G = 39.44%
B = 48.36%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#34A8CE (or 0x34A8CE) is known color: Summer Sky. HEX triplet: 34, A8 and CE. RGB value is (52,168,206). Sum of RGB (Red+Green+Blue) = 52+168+206=426 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.21% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 206 (80.86% from 255 or 48.36% from 426); Max value from RGB is 206 - color contains mainly: blue. Hex color #34A8CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A8CE is #CB5731. Grayscale: #898989. Windows color (decimal): -13326130 or 13543476. OLE color: 13543476.

HSL color Cylindrical-coordinate representation of color #34A8CE: hue angle of 194.81º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34A8CE is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 168 206 -
CMYK 0.75 0.18 0 0.19
HSL 194.81º 0.61% 0.51% -
HSV(B) 194.81º 0.75% 0.81% -
XYZ 26.56 33.19 63.4 -
YUV 137.65 166.57 66.91 -
System Red Green Blue C M Y K H S L
Decimal 52 168 206 0.75 0.18 0 0.19 194.81 0.61 0.51
Hex 34 A8 CE 4B 12 0 13 C3 3D 33
Octal 64 250 316 113 22 0 23 303 75 63
Binary 110100 10101000 11001110 1001011 10010 0 10011 11000011 111101 110011

Color Harmonies of #34A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A8CE

Black with #34A8CE

Text Example


Text Example

White with #34A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,168,206); }

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

background-color css

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

 a { background-color: rgb(52,168,206); }

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

border-color css

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

 span { border-color: rgb(52,168,206); }

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