Html Css Color HEX #34A2CB Summer Sky

📋 copy color: '#34A2CB'

red 52 ◦ green 162 ◦ blue 203

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

Shades of Summer Sky #34A2CB

Tints of Summer Sky #34A2CB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

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

R = 12.47%
G = 38.85%
B = 48.68%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#34A2CB (or 0x34A2CB) is known color: Summer Sky. HEX triplet: 34, A2 and CB. RGB value is (52,162,203). Sum of RGB (Red+Green+Blue) = 52+162+203=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #34A2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A2CB is #CB5D34. Grayscale: #858585. Windows color (decimal): -13327669 or 13345332. OLE color: 13345332.

HSL color Cylindrical-coordinate representation of color #34A2CB: hue angle of 196.29º 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 #34A2CB is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 162 203 -
CMYK 0.74 0.20 0 0.20
HSL 196.29º 0.59% 0.5% -
HSV(B) 196.29º 0.74% 0.8% -
XYZ 25.12 30.88 61.14 -
YUV 133.78 167.06 69.67 -
System Red Green Blue C M Y K H S L
Decimal 52 162 203 0.74 0.20 0 0.20 196.29 0.59 0.5
Hex 34 A2 CB 4A 14 0 14 C4 3B 32
Octal 64 242 313 112 24 0 24 304 73 62
Binary 110100 10100010 11001011 1001010 10100 0 10100 11000100 111011 110010

Color Harmonies of #34A2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A2CB

Black with #34A2CB

Text Example


Text Example

White with #34A2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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