Html Css Color HEX #34A7CC Summer Sky

📋 copy color: '#34A7CC'

red 52 ◦ green 167 ◦ blue 204

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

Shades of Summer Sky #34A7CC

Tints of Summer Sky #34A7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.48%

 BLUE value IS 204 (80.08% from 255) = 48.23%

R = 12.29%
G = 39.48%
B = 48.23%

CMYK

 C value IS 0.75

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#34A7CC (or 0x34A7CC) is known color: Summer Sky. HEX triplet: 34, A7 and CC. RGB value is (52,167,204). Sum of RGB (Red+Green+Blue) = 52+167+204=423 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.29% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #34A7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A7CC is #CB5833. Grayscale: #888888. Windows color (decimal): -13326388 or 13412148. OLE color: 13412148.

HSL color Cylindrical-coordinate representation of color #34A7CC: hue angle of 194.61º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34A7CC is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 167 204 -
CMYK 0.75 0.18 0 0.2
HSL 194.61º 0.6% 0.5% -
HSV(B) 194.61º 0.75% 0.8% -
XYZ 26.13 32.73 62.07 -
YUV 136.83 165.9 67.49 -
System Red Green Blue C M Y K H S L
Decimal 52 167 204 0.75 0.18 0 0.2 194.61 0.6 0.5
Hex 34 A7 CC 4B 12 0 14 C3 3C 32
Octal 64 247 314 113 22 0 24 303 74 62
Binary 110100 10100111 11001100 1001011 10010 0 10100 11000011 111100 110010

Color Harmonies of #34A7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A7CC

Black with #34A7CC

Text Example


Text Example

White with #34A7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,167,204); }

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

background-color css

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

 a { background-color: rgb(52,167,204); }

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

border-color css

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

 span { border-color: rgb(52,167,204); }

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