Html Css Color HEX #3AADDB Summer Sky

📋 copy color: '#3AADDB'

red 58 ◦ green 173 ◦ blue 219

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

Shades of Summer Sky #3AADDB

Tints of Summer Sky #3AADDB

RGB

 RED value IS 58 (23.05% from 255) = 12.89%

 GREEN value IS 173 (67.97% from 255) = 38.44%

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 12.89%
G = 38.44%
B = 48.67%

CMYK

 C value IS 0.74

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AADDB (or 0x3AADDB) is known color: Summer Sky. HEX triplet: 3A, AD and DB. RGB value is (58,173,219). Sum of RGB (Red+Green+Blue) = 58+173+219=450 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AADDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AADDB is #C55224. Grayscale: #8F8F8F. Windows color (decimal): -12931621 or 14396730. OLE color: 14396730.

HSL color Cylindrical-coordinate representation of color #3AADDB: hue angle of 197.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AADDB is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 173 219 -
CMYK 0.74 0.21 0 0.14
HSL 197.14º 0.69% 0.54% -
HSV(B) 197.14º 0.74% 0.86% -
XYZ 29.47 35.9 72.39 -
YUV 143.86 170.4 66.76 -
System Red Green Blue C M Y K H S L
Decimal 58 173 219 0.74 0.21 0 0.14 197.14 0.69 0.54
Hex 3A AD DB 4A 15 0 E C5 45 36
Octal 72 255 333 112 25 0 16 305 105 66
Binary 111010 10101101 11011011 1001010 10101 0 1110 11000101 1000101 110110

Color Harmonies of #3AADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADDB

Black with #3AADDB

Text Example


Text Example

White with #3AADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AADDB; }

 p { color: rgb(58,173,219); }

 H1.HeaderClassName
 {
   color: #3AADDB;
 }
 .AnyTagClassName
 {
   color: #3AADDB;
 }
</style>

background-color css

<style>
 a { background-color: #3AADDB; }

 a { background-color: rgb(58,173,219); }

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

border-color css

<style>
 span { border-color: #3AADDB; }

 span { border-color: rgb(58,173,219); }

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