Html Css Color HEX #3AABDB Summer Sky

📋 copy color: '#3AABDB'

red 58 ◦ green 171 ◦ blue 219

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

Shades of Summer Sky #3AABDB

Tints of Summer Sky #3AABDB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.17%

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

R = 12.95%
G = 38.17%
B = 48.88%

CMYK

 C value IS 0.74

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AABDB (or 0x3AABDB) is known color: Summer Sky. HEX triplet: 3A, AB and DB. RGB value is (58,171,219). Sum of RGB (Red+Green+Blue) = 58+171+219=448 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.95% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AABDB is #C55424. Grayscale: #8E8E8E. Windows color (decimal): -12932133 or 14396218. OLE color: 14396218.

HSL color Cylindrical-coordinate representation of color #3AABDB: hue angle of 197.89º 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 #3AABDB is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 171 219 -
CMYK 0.74 0.22 0 0.14
HSL 197.89º 0.69% 0.54% -
HSV(B) 197.89º 0.74% 0.86% -
XYZ 29.09 35.14 72.27 -
YUV 142.69 171.06 67.6 -
System Red Green Blue C M Y K H S L
Decimal 58 171 219 0.74 0.22 0 0.14 197.89 0.69 0.54
Hex 3A AB DB 4A 16 0 E C6 45 36
Octal 72 253 333 112 26 0 16 306 105 66
Binary 111010 10101011 11011011 1001010 10110 0 1110 11000110 1000101 110110

Color Harmonies of #3AABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABDB

Black with #3AABDB

Text Example


Text Example

White with #3AABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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