Html Css Color HEX #34A4CB Summer Sky

📋 copy color: '#34A4CB'

red 52 ◦ green 164 ◦ blue 203

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

Shades of Summer Sky #34A4CB

Tints of Summer Sky #34A4CB

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 12.41%
G = 39.14%
B = 48.45%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34A4CB (or 0x34A4CB) is known color: Summer Sky. HEX triplet: 34, A4 and CB. RGB value is (52,164,203). Sum of RGB (Red+Green+Blue) = 52+164+203=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #34A4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A4CB is #CB5B34. Grayscale: #868686. Windows color (decimal): -13327157 or 13345844. OLE color: 13345844.

HSL color Cylindrical-coordinate representation of color #34A4CB: hue angle of 195.5º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34A4CB is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 164 203 -
CMYK 0.74 0.19 0 0.20
HSL 195.5º 0.59% 0.5% -
HSV(B) 195.5º 0.74% 0.8% -
XYZ 25.47 31.59 61.26 -
YUV 134.96 166.39 68.83 -
System Red Green Blue C M Y K H S L
Decimal 52 164 203 0.74 0.19 0 0.20 195.5 0.59 0.5
Hex 34 A4 CB 4A 13 0 14 C3 3B 32
Octal 64 244 313 112 23 0 24 303 73 62
Binary 110100 10100100 11001011 1001010 10011 0 10100 11000011 111011 110010

Color Harmonies of #34A4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A4CB

Black with #34A4CB

Text Example


Text Example

White with #34A4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,164,203); }

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

background-color css

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

 a { background-color: rgb(52,164,203); }

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

border-color css

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

 span { border-color: rgb(52,164,203); }

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