Html Css Color HEX #34A3DD Summer Sky

📋 copy color: '#34A3DD'

red 52 ◦ green 163 ◦ blue 221

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

Shades of Summer Sky #34A3DD

Tints of Summer Sky #34A3DD

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 11.93%
G = 37.39%
B = 50.69%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#34A3DD (or 0x34A3DD) is known color: Summer Sky. HEX triplet: 34, A3 and DD. RGB value is (52,163,221). Sum of RGB (Red+Green+Blue) = 52+163+221=436 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.93% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #34A3DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #34A3DD is #CB5C22. Grayscale: #888888. Windows color (decimal): -13327395 or 14525236. OLE color: 14525236.

HSL color Cylindrical-coordinate representation of color #34A3DD: hue angle of 200.59º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34A3DD is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 163 221 -
CMYK 0.76 0.26 0 0.13
HSL 200.59º 0.71% 0.54% -
HSV(B) 200.59º 0.76% 0.87% -
XYZ 27.56 32.14 73.16 -
YUV 136.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 52 163 221 0.76 0.26 0 0.13 200.59 0.71 0.54
Hex 34 A3 DD 4C 1A 0 D C9 47 36
Octal 64 243 335 114 32 0 15 311 107 66
Binary 110100 10100011 11011101 1001100 11010 0 1101 11001001 1000111 110110

Color Harmonies of #34A3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A3DD

Black with #34A3DD

Text Example


Text Example

White with #34A3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,163,221); }

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

background-color css

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

 a { background-color: rgb(52,163,221); }

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

border-color css

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

 span { border-color: rgb(52,163,221); }

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