Html Css Color HEX #3AB0EF Summer Sky

📋 copy color: '#3AB0EF'

red 58 ◦ green 176 ◦ blue 239

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

Shades of Summer Sky #3AB0EF

Tints of Summer Sky #3AB0EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.53%

R = 12.26%
G = 37.21%
B = 50.53%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3AB0EF (or 0x3AB0EF) is known color: Summer Sky. HEX triplet: 3A, B0 and EF. RGB value is (58,176,239). Sum of RGB (Red+Green+Blue) = 58+176+239=473 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.26% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #3AB0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB0EF is #C54F10. Grayscale: #939393. Windows color (decimal): -12930833 or 15708218. OLE color: 15708218.

HSL color Cylindrical-coordinate representation of color #3AB0EF: hue angle of 200.88º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AB0EF is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 58 176 239 -
CMYK 0.76 0.26 0 0.06
HSL 200.88º 0.85% 0.58% -
HSV(B) 200.88º 0.76% 0.94% -
XYZ 32.85 38.18 87.3 -
YUV 147.9 179.41 63.88 -
System Red Green Blue C M Y K H S L
Decimal 58 176 239 0.76 0.26 0 0.06 200.88 0.85 0.58
Hex 3A B0 EF 4C 1A 0 6 C9 55 3A
Octal 72 260 357 114 32 0 6 311 125 72
Binary 111010 10110000 11101111 1001100 11010 0 110 11001001 1010101 111010

Color Harmonies of #3AB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB0EF

Black with #3AB0EF

Text Example


Text Example

White with #3AB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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