Html Css Color HEX #3AB0DB Summer Sky

📋 copy color: '#3AB0DB'

red 58 ◦ green 176 ◦ blue 219

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

Shades of Summer Sky #3AB0DB

Tints of Summer Sky #3AB0DB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

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

R = 12.8%
G = 38.85%
B = 48.34%

CMYK

 C value IS 0.74

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3AB0DB (or 0x3AB0DB) is known color: Summer Sky. HEX triplet: 3A, B0 and DB. RGB value is (58,176,219). Sum of RGB (Red+Green+Blue) = 58+176+219=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #3AB0DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AB0DB is #C54F24. Grayscale: #919191. Windows color (decimal): -12930853 or 14397498. OLE color: 14397498.

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

Color convert

RGB 58 176 219 -
CMYK 0.74 0.20 0 0.14
HSL 196.02º 0.69% 0.54% -
HSV(B) 196.02º 0.74% 0.86% -
XYZ 30.06 37.06 72.59 -
YUV 145.62 169.41 65.5 -
System Red Green Blue C M Y K H S L
Decimal 58 176 219 0.74 0.20 0 0.14 196.02 0.69 0.54
Hex 3A B0 DB 4A 14 0 E C4 45 36
Octal 72 260 333 112 24 0 16 304 105 66
Binary 111010 10110000 11011011 1001010 10100 0 1110 11000100 1000101 110110

Color Harmonies of #3AB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB0DB

Black with #3AB0DB

Text Example


Text Example

White with #3AB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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