Html Css Color HEX #3AC6FA Summer Sky

📋 copy color: '#3AC6FA'

red 58 ◦ green 198 ◦ blue 250

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

Shades of Summer Sky #3AC6FA

Tints of Summer Sky #3AC6FA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.13%

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

R = 11.46%
G = 39.13%
B = 49.41%

CMYK

 C value IS 0.77

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3AC6FA (or 0x3AC6FA) is known color: Summer Sky. HEX triplet: 3A, C6 and FA. RGB value is (58,198,250). Sum of RGB (Red+Green+Blue) = 58+198+250=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 198 (77.73% from 255 or 39.13% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AC6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AC6FA is #C53905. Grayscale: #A1A1A1. Windows color (decimal): -12925190 or 16434746. OLE color: 16434746.

HSL color Cylindrical-coordinate representation of color #3AC6FA: hue angle of 196.25º 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 #3AC6FA is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 198 250 -
CMYK 0.77 0.21 0 0.02
HSL 196.25º 0.95% 0.6% -
HSV(B) 196.25º 0.77% 0.98% -
XYZ 39.19 48.19 97.68 -
YUV 162.07 177.62 53.77 -
System Red Green Blue C M Y K H S L
Decimal 58 198 250 0.77 0.21 0 0.02 196.25 0.95 0.6
Hex 3A C6 FA 4D 15 0 2 C4 5F 3C
Octal 72 306 372 115 25 0 2 304 137 74
Binary 111010 11000110 11111010 1001101 10101 0 10 11000100 1011111 111100

Color Harmonies of #3AC6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AC6FA

Black with #3AC6FA

Text Example


Text Example

White with #3AC6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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