Html Css Color HEX #3AB1EB Summer Sky

📋 copy color: '#3AB1EB'

red 58 ◦ green 177 ◦ blue 235

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

Shades of Summer Sky #3AB1EB

Tints of Summer Sky #3AB1EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 12.34%
G = 37.66%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3AB1EB (or 0x3AB1EB) is known color: Summer Sky. HEX triplet: 3A, B1 and EB. RGB value is (58,177,235). Sum of RGB (Red+Green+Blue) = 58+177+235=470 (62% of max value = 765). Red value is 58 (23.05% from 255 or 12.34% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #3AB1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AB1EB is #C54E14. Grayscale: #939393. Windows color (decimal): -12930581 or 15446330. OLE color: 15446330.

HSL color Cylindrical-coordinate representation of color #3AB1EB: hue angle of 199.66º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AB1EB is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 58 177 235 -
CMYK 0.75 0.25 0 0.08
HSL 199.66º 0.82% 0.57% -
HSV(B) 199.66º 0.75% 0.92% -
XYZ 32.46 38.34 84.29 -
YUV 148.03 177.08 63.78 -
System Red Green Blue C M Y K H S L
Decimal 58 177 235 0.75 0.25 0 0.08 199.66 0.82 0.57
Hex 3A B1 EB 4B 19 0 8 C8 52 39
Octal 72 261 353 113 31 0 10 310 122 71
Binary 111010 10110001 11101011 1001011 11001 0 1000 11001000 1010010 111001

Color Harmonies of #3AB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB1EB

Black with #3AB1EB

Text Example


Text Example

White with #3AB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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