Html Css Color HEX #3AB1DB Summer Sky

📋 copy color: '#3AB1DB'

red 58 ◦ green 177 ◦ blue 219

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

Shades of Summer Sky #3AB1DB

Tints of Summer Sky #3AB1DB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.99%

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

R = 12.78%
G = 38.99%
B = 48.24%

CMYK

 C value IS 0.74

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AB1DB (or 0x3AB1DB) is known color: Summer Sky. HEX triplet: 3A, B1 and DB. RGB value is (58,177,219). Sum of RGB (Red+Green+Blue) = 58+177+219=454 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.78% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AB1DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB1DB is #C54E24. Grayscale: #919191. Windows color (decimal): -12930597 or 14397754. OLE color: 14397754.

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

Color convert

RGB 58 177 219 -
CMYK 0.74 0.19 0 0.14
HSL 195.65º 0.69% 0.54% -
HSV(B) 195.65º 0.74% 0.86% -
XYZ 30.25 37.46 72.65 -
YUV 146.21 169.08 65.08 -
System Red Green Blue C M Y K H S L
Decimal 58 177 219 0.74 0.19 0 0.14 195.65 0.69 0.54
Hex 3A B1 DB 4A 13 0 E C4 45 36
Octal 72 261 333 112 23 0 16 304 105 66
Binary 111010 10110001 11011011 1001010 10011 0 1110 11000100 1000101 110110

Color Harmonies of #3AB1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB1DB

Black with #3AB1DB

Text Example


Text Example

White with #3AB1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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