Html Css Color HEX #3ABAFA Summer Sky

📋 copy color: '#3ABAFA'

red 58 ◦ green 186 ◦ blue 250

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

Shades of Summer Sky #3ABAFA

Tints of Summer Sky #3ABAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 11.74%
G = 37.65%
B = 50.61%

CMYK

 C value IS 0.77

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3ABAFA (or 0x3ABAFA) is known color: Summer Sky. HEX triplet: 3A, BA and FA. RGB value is (58,186,250). Sum of RGB (Red+Green+Blue) = 58+186+250=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #3ABAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ABAFA is #C54505. Grayscale: #9A9A9A. Windows color (decimal): -12928262 or 16431674. OLE color: 16431674.

HSL color Cylindrical-coordinate representation of color #3ABAFA: hue angle of 200º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3ABAFA is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 186 250 -
CMYK 0.77 0.26 0 0.02
HSL 200º 0.95% 0.6% -
HSV(B) 200º 0.77% 0.98% -
XYZ 36.56 42.92 96.8 -
YUV 155.02 181.59 58.8 -
System Red Green Blue C M Y K H S L
Decimal 58 186 250 0.77 0.26 0 0.02 200 0.95 0.6
Hex 3A BA FA 4D 1A 0 2 C8 5F 3C
Octal 72 272 372 115 32 0 2 310 137 74
Binary 111010 10111010 11111010 1001101 11010 0 10 11001000 1011111 111100

Color Harmonies of #3ABAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABAFA

Black with #3ABAFA

Text Example


Text Example

White with #3ABAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,186,250); }

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

background-color css

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

 a { background-color: rgb(58,186,250); }

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

border-color css

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

 span { border-color: rgb(58,186,250); }

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